NonActionAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an attribute that is used to indicate that a controller method is not an action method.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class NonActionAttribute : System.Web.Mvc.ActionMethodSelectorAttribute
type NonActionAttribute = class
inherit ActionMethodSelectorAttribute
Public NotInheritable Class NonActionAttribute
Inherits ActionMethodSelectorAttribute
- Inheritance
- Attributes
Constructors
NonActionAttribute() |
Initializes a new instance of the NonActionAttribute class. |
Methods
IsValidForRequest(ControllerContext, MethodInfo) |
Determines whether the attribute marks a method that is not an action method by using the specified controller context. |