OverrideAuthorizationAttribute クラス

定義

認証に関連付けられた属性を表します。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class OverrideAuthorizationAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.Filters.IOverrideFilter
type OverrideAuthorizationAttribute = class
    inherit FilterAttribute
    interface IOverrideFilter
Public NotInheritable Class OverrideAuthorizationAttribute
Inherits FilterAttribute
Implements IOverrideFilter
継承
OverrideAuthorizationAttribute
属性
実装

コンストラクター

OverrideAuthorizationAttribute()

OverrideAuthorizationAttribute クラスの新しいインスタンスを初期化します。

プロパティ

AllowMultiple

フィルター属性の複数のインスタンスを指定できるかどうかを示す値を取得または設定します。

(継承元 FilterAttribute)
FiltersToOverride

このインスタンスでオーバーライドするフィルターを取得します。

Order

アクション フィルターの実行順序を取得または設定します。

(継承元 FilterAttribute)

適用対象