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)

Syntax

public override bool IsValidForRequest(
    ControllerContext controllerContext,
    MethodInfo methodInfo
)

Parameters

Return Value

Type: System.Boolean

true if the action method selection is valid for the specified controller context; otherwise, false.

See Also

AjaxOnlyAttribute Class
Microsoft.Web.Mvc Namespace

Return to top