Udostępnij za pośrednictwem


ActionMethodSelectorAttribute Klasa

Definicja

Reprezentuje atrybut używany do wpływania na wybór metody akcji.

[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
Dziedziczenie
ActionMethodSelectorAttribute
Pochodne
Atrybuty

Konstruktory

ActionMethodSelectorAttribute()

Inicjuje nowe wystąpienie klasy ActionMethodSelectorAttribute.

Metody

IsValidForRequest(ControllerContext, MethodInfo)

Określa, czy wybór metody akcji jest prawidłowy dla określonego kontekstu kontrolera.

Dotyczy