NonActionAttribute Classe

Definizione

Indica che un metodo controller non è un metodo di azione.

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
Ereditarietà
NonActionAttribute
Attributi

Costruttori

NonActionAttribute()

Indica che un metodo controller non è un metodo di azione.

Si applica a