AcceptVerbsAttribute.IsValidForRequest(ControllerContext, MethodInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified method information is valid for the specified controller context.
public override bool IsValidForRequest (System.Web.Mvc.ControllerContext controllerContext, System.Reflection.MethodInfo methodInfo);
override this.IsValidForRequest : System.Web.Mvc.ControllerContext * System.Reflection.MethodInfo -> bool
Public Overrides Function IsValidForRequest (controllerContext As ControllerContext, methodInfo As MethodInfo) As Boolean
Parameters
- controllerContext
- ControllerContext
The controller context.
- methodInfo
- MethodInfo
The method information.
Returns
true if the method information is valid; otherwise, false.
Exceptions
The controllerContext
parameter is null.