FilterScope 列舉

定義

定義用來指定在相同的篩選類型和篩選順序中 ASP.NET MVC 篩選執行順序的值。

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

欄位

Action 30

指定前後 LastController 的順序。

Controller 20

指定前後 ActionGlobal 的順序。

First 0

最先指定。

Global 10

指定前後 ControllerFirst 的順序。

Last 100

最後指定。

適用於