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)

public abstract function IsValidForRequest(
	controllerContext : ControllerContext, 
	methodInfo : MethodInfo
) : boolean

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

methodInfo
Type: System.Reflection.MethodInfo

Information about the action method.

Return Value

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