ControllerActionInvoker.InvokeActionMethod メソッド

定義

指定されたパラメーターおよびコントローラー コンテキストを使用して、指定されたアクション メソッドを呼び出します。

protected virtual System.Web.Mvc.ActionResult InvokeActionMethod (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Collections.Generic.IDictionary<string,object> parameters);
abstract member InvokeActionMethod : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.ActionResult
override this.InvokeActionMethod : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.ActionResult
Protected Overridable Function InvokeActionMethod (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor, parameters As IDictionary(Of String, Object)) As ActionResult

パラメーター

controllerContext
ControllerContext

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

actionDescriptor
ActionDescriptor

アクション記述子。

parameters
IDictionary<String,Object>

パラメーター。

戻り値

アクション メソッドの実行結果。

適用対象