NonActionAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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. |