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

Name Description
ActionNameAttribute(String)

Initializes a new instance of the ActionNameAttribute class.

Properties

Name Description
Name

Gets or sets the name of the action.

Methods

Name Description
IsValidName(ControllerContext, String, MethodInfo)

Determines whether the action name is valid within the specified controller context.

Applies to