Aracılığıyla paylaş


ControllerActionInvoker.InvokeActionMethod Yöntem

Tanım

Belirtilen parametreleri ve denetleyici bağlamını kullanarak belirtilen eylem yöntemini çağırır.

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

Parametreler

controllerContext
ControllerContext

Denetleyici bağlamı.

actionDescriptor
ActionDescriptor

Eylem tanımlayıcısı.

parameters
IDictionary<String,Object>

Parametreler.

Döndürülenler

Eylem yöntemini yürütmenin sonucu.

Şunlara uygulanır