HttpPostAttribute.IsValidForRequest Method
Determines whether the action method post request is valid for the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public override bool IsValidForRequest( ControllerContext controllerContext, MethodInfo methodInfo )
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- methodInfo
- Type: System.Reflection.MethodInfo
Information about the action method.
Return Value
Type: System.Booleantrue if the action method request is valid for the specified controller context; otherwise, false.
Show: