ReflectedActionDescriptor.Execute メソッド

定義

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

public override object Execute (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IDictionary<string,object> parameters);
override this.Execute : System.Web.Mvc.ControllerContext * System.Collections.Generic.IDictionary<string, obj> -> obj
Public Overrides Function Execute (controllerContext As ControllerContext, parameters As IDictionary(Of String, Object)) As Object

パラメーター

controllerContext
ControllerContext

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

parameters
IDictionary<String,Object>

パラメーター。

戻り値

アクションの戻り値。

例外

parametersまたは controllerContext パラメーターが null です。

適用対象