ActionNameAttribute.IsValidName Method (ControllerContext, String, MethodInfo)
Determines whether the action name is valid within the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
override IsValidName : controllerContext:ControllerContext * actionName:string * methodInfo:MethodInfo -> bool
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 within the specified controller context; otherwise, false.
Show: