ActionNameAttribute Class

Definition

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.

Applies to