ActionNameAttribute Classe

Definição

Especifica o nome de uma ação.

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
Herança
ActionNameAttribute
Atributos

Construtores

ActionNameAttribute(String)

Inicializa uma nova instância ActionNameAttribute.

Propriedades

Name

Obtém o nome da ação.

Aplica-se a