Sdílet prostřednictvím


ActionNameSelectorAttribute Třída

Definice

Představuje atribut, který ovlivňuje výběr metody akce.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class ActionNameSelectorAttribute : Attribute
type ActionNameSelectorAttribute = class
    inherit Attribute
Public MustInherit Class ActionNameSelectorAttribute
Inherits Attribute
Dědičnost
ActionNameSelectorAttribute
Odvozené
Atributy

Konstruktory

ActionNameSelectorAttribute()

Inicializuje novou instanci ActionNameSelectorAttribute třídy.

Metody

IsValidName(ControllerContext, String, MethodInfo)

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

Platí pro