Udostępnij za pośrednictwem


FilterAttribute Klasa

Definicja

Reprezentuje klasę bazową atrybutów akcji i filtru wyników.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class FilterAttribute : Attribute, System.Web.Mvc.IMvcFilter
type FilterAttribute = class
    inherit Attribute
    interface IMvcFilter
Public MustInherit Class FilterAttribute
Inherits Attribute
Implements IMvcFilter
Dziedziczenie
FilterAttribute
Pochodne
Atrybuty
Implementuje

Konstruktory

FilterAttribute()

Inicjuje nowe wystąpienie klasy FilterAttribute.

Właściwości

AllowMultiple

Pobiera lub ustawia wartość wskazującą, czy można określić więcej niż jedno wystąpienie atrybutu filtru.

Order

Pobiera lub ustawia kolejność wykonywania filtrów akcji.

Dotyczy