OverrideAuthenticationAttribute 類別

定義

表示與驗證相關聯的屬性。

[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
繼承
OverrideAuthenticationAttribute
屬性
實作

建構函式

OverrideAuthenticationAttribute()

初始化 OverrideAuthenticationAttribute 類別的新執行個體。

屬性

AllowMultiple

取得或設定值,這個值表示是否可以指定多個篩選條件屬性執行個體。

(繼承來源 FilterAttribute)
FiltersToOverride

取得覆寫此執行個體的篩選條件。

Order

取得或設定動作篩選條件的執行順序。

(繼承來源 FilterAttribute)

適用於