.NET Framework Class Library
ActionNameAttribute Class
Represents an attribute that is used for the name of an action.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False, Inherited := True)> _
Public NotInheritable Class ActionNameAttribute _
Inherits ActionNameSelectorAttribute
Dim instance As ActionNameAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class ActionNameAttribute : ActionNameSelectorAttribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false, Inherited = true)]
public ref class ActionNameAttribute sealed : public ActionNameSelectorAttribute
For more information about using attributes, see Extending Metadata Using Attributes.
System..::.Object
System..::.Attribute
System.Web.Mvc..::.ActionNameSelectorAttribute
System.Web.Mvc..::.ActionNameAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference