NonActionAttribute.IsValidForRequest Method
Determines whether the attribute marks a method that is not an action method by using the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract IsValidForRequest : controllerContext:ControllerContext * methodInfo:MethodInfo -> bool override IsValidForRequest : controllerContext:ControllerContext * methodInfo:MethodInfo -> bool
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- methodInfo
- Type: System.Reflection.MethodInfo
The method information.
Return Value
Type: System.Booleantrue if the attribute marks a valid non-action method; otherwise, false.
Show: