NonActionAttribute Classe

Definição

Indica que um método de controlador não é um método de ação.

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

Construtores

NonActionAttribute()

Indica que um método de controlador não é um método de ação.

Aplica-se a