Sdílet prostřednictvím


OverrideAuthenticationAttribute Třída

Definice

Představuje atributy přidružené k ověřování.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class OverrideAuthenticationAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.Filters.IOverrideFilter
type OverrideAuthenticationAttribute = class
    inherit FilterAttribute
    interface IOverrideFilter
Public NotInheritable Class OverrideAuthenticationAttribute
Inherits FilterAttribute
Implements IOverrideFilter
Dědičnost
OverrideAuthenticationAttribute
Atributy
Implementuje

Konstruktory

OverrideAuthenticationAttribute()

Inicializuje novou instanci OverrideAuthenticationAttribute třídy .

Vlastnosti

AllowMultiple

Získá nebo nastaví hodnotu, která označuje, zda lze zadat více než jednu instanci atributu filtru.

(Zděděno od FilterAttribute)
FiltersToOverride

Získá filtry k přepsání pro tuto instanci.

Order

Získá nebo nastaví pořadí, ve kterém jsou provedeny filtry akcí.

(Zděděno od FilterAttribute)

Platí pro