FilterAttribute クラス

定義

アクションおよび結果フィルター属性の基本クラスを表します。

[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
継承
FilterAttribute
派生
属性
実装

コンストラクター

名前 説明
FilterAttribute()

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

プロパティ

名前 説明
AllowMultiple

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

Order

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

適用対象