Class NonActionAttribute
Represents an attribute that is used to indicate that a controller method is not an action method.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class NonActionAttribute : Attribute
- Inheritance
-
NonActionAttribute
- Inherited Members
Constructors
NonActionAttribute()
Initializes a new instance of the NonActionAttribute class.
public NonActionAttribute()