ActionNameAttribute Class
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.
C#
[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
Action |
Initializes a new instance of the ActionNameAttribute class. |
Name |
Gets or sets the name of the action. |
Is |
Determines whether the action name is valid within the specified controller context. |
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |