ActionNameAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an attribute that is used for the name of an action.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ActionNameAttribute : System.Web.Mvc.ActionNameSelectorAttribute
type ActionNameAttribute = class
inherit ActionNameSelectorAttribute
Public NotInheritable Class ActionNameAttribute
Inherits ActionNameSelectorAttribute
- Inheritance
- Attributes
Constructors
ActionNameAttribute(String) |
Initializes a new instance of the ActionNameAttribute class. |
Properties
Name |
Gets or sets the name of the action. |
Methods
IsValidName(ControllerContext, String, MethodInfo) |
Determines whether the action name is valid within the specified controller context. |