FilterInfo.ActionFilters プロパティ

定義

アプリケーション内のすべてのアクション フィルターを取得します。

public System.Collections.Generic.IList<System.Web.Mvc.IActionFilter> ActionFilters { get; }
member this.ActionFilters : System.Collections.Generic.IList<System.Web.Mvc.IActionFilter>
Public ReadOnly Property ActionFilters As IList(Of IActionFilter)

プロパティ値

アクションがフィルター処理されます。

適用対象