IFilterProvider.GetFilters(ControllerContext, ActionDescriptor) メソッド

定義

サービス ロケーター内のすべてのインスタンスを IFilterProvider 含む列挙子を返します。

public System.Collections.Generic.IEnumerable<System.Web.Mvc.Filter> GetFilters (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor);
abstract member GetFilters : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> seq<System.Web.Mvc.Filter>
Public Function GetFilters (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor) As IEnumerable(Of Filter)

パラメーター

controllerContext
ControllerContext

コントローラー コンテキスト。

actionDescriptor
ActionDescriptor

アクション記述子。

戻り値

サービス ロケーター内のすべてのインスタンスを IFilterProvider 含む列挙子。

適用対象