ActionNameSelectorAttribute Klasse

Definition

Stellt ein Attribut dar, das sich auf die Auswahl einer Aktionsmethode auswirkt.

[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
Vererbung
ActionNameSelectorAttribute
Abgeleitet
Attribute

Konstruktoren

ActionNameSelectorAttribute()

Initialisiert eine neue Instanz der ActionNameSelectorAttribute-Klasse.

Methoden

IsValidName(ControllerContext, String, MethodInfo)

Bestimmt, ob der Aktionsname im angegebenen Controllerkontext gültig ist.

Gilt für: