ActionNameSelectorAttribute::IsValidName Method (ControllerContext^, String^, MethodInfo^)

 

Determines whether the action name is valid in the specified controller context.

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

public:
virtual bool IsValidName(
	ControllerContext^ controllerContext,
	String^ actionName,
	MethodInfo^ methodInfo
) abstract

Parameters

controllerContext
Type: System.Web.Mvc::ControllerContext^

The controller context.

actionName
Type: System::String^

The name of the action.

methodInfo
Type: System.Reflection::MethodInfo^

Information about the action method.

Return Value

Type: System::Boolean

true if the action name is valid in the specified controller context; otherwise, false.

Return to top
Show: