Share via


ActionNameAttribute Class

Definition

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
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.

Applies to

Product Versions
ASP.NET MVC 5.2