ActionNameSelectorAttribute.IsValidName Method
Visual Studio 2010
Determines whether the action name is valid in the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public MustOverride Function IsValidName ( _ controllerContext As ControllerContext, _ actionName As String, _ methodInfo As MethodInfo _ ) As Boolean
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.Booleantrue if the action name is valid in the specified controller context; otherwise, false.
Community Additions
ADD
Show: