AcceptVerbsAttribute.IsValidForRequest Method
Determines whether the specified method information is valid for the specified controller context.
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 information.
| Exception | Condition |
|---|---|
| ArgumentNullException | The controllerContext parameter is a null reference (Nothing in Visual Basic). |
Show: