HttpDeleteAttribute.IsValidForRequest Method (ControllerContext, MethodInfo)
Determines whether the action method delete request is valid for the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
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: