ActionMethodSelectorAttribute Klasse

Definition

Stellt ein Attribut dar, das verwendet wird, um die Auswahl einer Aktionsmethode zu beeinflussen.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class ActionMethodSelectorAttribute : Attribute
type ActionMethodSelectorAttribute = class
    inherit Attribute
Public MustInherit Class ActionMethodSelectorAttribute
Inherits Attribute
Vererbung
ActionMethodSelectorAttribute
Abgeleitet
Attribute

Konstruktoren

ActionMethodSelectorAttribute()

Initialisiert eine neue Instanz der ActionMethodSelectorAttribute-Klasse.

Methoden

IsValidForRequest(ControllerContext, MethodInfo)

Bestimmt, ob die Aktionsmethodenauswahl für den angegebenen Controllerkontext gültig ist.

Gilt für: