NonActionAttribute.IsValidForRequest Method
Visual Studio 2010
Determines whether the attribute marks a method that is not an action method by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overrides Function IsValidForRequest ( _ controllerContext As ControllerContext, _ methodInfo As MethodInfo _ ) As Boolean
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.
Community Additions
ADD
Show: