ActionMethodSelectorAttribute.IsValidForRequest Method

Determines whether the action method selection is valid for the specified controller context.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public MustOverride Function IsValidForRequest ( _
    controllerContext As ControllerContext, _
    methodInfo As MethodInfo _
) As Boolean
public abstract bool IsValidForRequest(
    ControllerContext controllerContext,
    MethodInfo methodInfo
)
public:
virtual bool IsValidForRequest(
    ControllerContext^ controllerContext, 
    MethodInfo^ methodInfo
) abstract

Parameters

Return Value

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

See Also

Reference

ActionMethodSelectorAttribute Class

System.Web.Mvc Namespace