Sdílet prostřednictvím


ActionNameAttribute Třída

Definice

Představuje atribut, který se používá pro název akce.

[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
Dědičnost
Atributy

Konstruktory

ActionNameAttribute(String)

Inicializuje novou instanci ActionNameAttribute třídy .

Vlastnosti

Name

Získá nebo nastaví název akce.

Metody

IsValidName(ControllerContext, String, MethodInfo)

Určuje, jestli je název akce platný v zadaném kontextu kontroleru.

Platí pro