AcceptVerbsAttribute.IsValidForRequest Method (ControllerContext, MethodInfo)
Determines whether the specified method information 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
The method information.
| Exception | Condition |
|---|---|
| ArgumentNullException | The controllerContext parameter is null. |
Show: