FilterScope 列挙型

定義

同じフィルターの種類とフィルターの順序で ASP.NET MVC フィルターを実行する際の順序を指定する値を定義します。

public enum FilterScope
type FilterScope = 
Public Enum FilterScope
継承
FilterScope

フィールド

Action 30

の前後 Last の順序を Controller指定します。

Controller 20

の前後 Action の順序を Global指定します。

First 0

1 つ目を指定します。

Global 10

の前後 Controller の順序を First指定します。

Last 100

最後を指定します。

適用対象