ActionNameAttribute Classe

Definizione

Specifica il nome di un'azione.

public ref class ActionNameAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ActionNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ActionNameAttribute = class
    inherit Attribute
Public NotInheritable Class ActionNameAttribute
Inherits Attribute
Ereditarietà
ActionNameAttribute
Attributi

Costruttori

Nome Descrizione
ActionNameAttribute(String)

Inizializza una nuova istanza di ActionNameAttribute.

Proprietà

Nome Descrizione
Name

Ottiene il nome dell'azione.

Si applica a