HttpPatchAttribute.IsValidForRequest Method
Determines whether a request is a valid HTTP PATCH request.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public override function IsValidForRequest( controllerContext : ControllerContext, methodInfo : MethodInfo ) : boolean
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- methodInfo
- Type: System.Reflection.MethodInfo
The method info.
Show: