ActionNameAttribute Clase

Definición

Especifica el nombre de una acción.

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
Herencia
ActionNameAttribute
Atributos

Constructores

ActionNameAttribute(String)

Inicializa una nueva instancia de ActionNameAttribute.

Propiedades

Name

Obtiene el nombre de la acción.

Se aplica a