次の方法で共有


ControllerActionInvoker.InvokeActionResultWithFilters メソッド

定義

指定されたアクション フィルターおよびコントローラー コンテキストを使用して、指定されたアクションの結果を呼び出します。

protected virtual System.Web.Mvc.ResultExecutedContext InvokeActionResultWithFilters (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IList<System.Web.Mvc.IResultFilter> filters, System.Web.Mvc.ActionResult actionResult);
abstract member InvokeActionResultWithFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.IResultFilter> * System.Web.Mvc.ActionResult -> System.Web.Mvc.ResultExecutedContext
override this.InvokeActionResultWithFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.IResultFilter> * System.Web.Mvc.ActionResult -> System.Web.Mvc.ResultExecutedContext
Protected Overridable Function InvokeActionResultWithFilters (controllerContext As ControllerContext, filters As IList(Of IResultFilter), actionResult As ActionResult) As ResultExecutedContext

パラメーター

controllerContext
ControllerContext

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

filters
IList<IResultFilter>

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

actionResult
ActionResult

アクションの結果。

戻り値

クラスの ResultExecuted メソッドの ActionFilterAttribute コンテキスト。

適用対象