NonActionAttribute Clase

Definición

Indica que un método de controlador no es un método de acción.

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

Constructores

NonActionAttribute()

Indica que un método de controlador no es un método de acción.

Se aplica a