Share via


ActionNameSelectorAttribute.IsValidName Method

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)

Syntax

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

Parameters

Return Value

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

See Also

Reference

ActionNameSelectorAttribute Class

System.Web.Mvc Namespace