AjaxOnlyAttribute.IsValidForRequest Method (ControllerContext, MethodInfo)
Determines whether the action method selection is valid for the specified controller context.
Namespace: Microsoft.Web.Mvc
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
public override bool IsValidForRequest(
ControllerContext controllerContext,
MethodInfo methodInfo
)
public:
virtual bool IsValidForRequest(
ControllerContext^ controllerContext,
MethodInfo^ methodInfo
) override
override IsValidForRequest :
controllerContext:ControllerContext *
methodInfo:MethodInfo -> bool
Public Overrides Function IsValidForRequest (
controllerContext As ControllerContext,
methodInfo As MethodInfo
) As Boolean
controllerContext
Type: System.Web.Mvc.ControllerContextThe controller context.
methodInfo
Type: System.Reflection.MethodInfoThe method information.
Type: System.Boolean
true if the action method selection is valid for the specified controller context; otherwise, false.
AjaxOnlyAttribute Class
Microsoft.Web.Mvc Namespace
Return to top