HttpDeleteAttribute.IsValidForRequest Method
Determines whether a request is a valid HTTP DELETE request.
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 context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.
- methodInfo
- Type: System.Reflection.MethodInfo
Encapsulates information about a method, such as its type, return type, and arguments.
Show: