NonActionAttribute Třída

Definice

Označuje, že metoda kontroleru není metodou akce.

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
Dědičnost
NonActionAttribute
Atributy

Konstruktory

NonActionAttribute()

Označuje, že metoda kontroleru není metodou akce.

Platí pro