ControllerActionInvoker.InvokeActionMethodWithFilters Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Invoca o método de ação especificado usando os parâmetros, o contexto de controlador e os filtros de ação especificados.
protected virtual System.Web.Mvc.ActionExecutedContext InvokeActionMethodWithFilters (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IList<System.Web.Mvc.IActionFilter> filters, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Collections.Generic.IDictionary<string,object> parameters);
abstract member InvokeActionMethodWithFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.IActionFilter> * System.Web.Mvc.ActionDescriptor * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.ActionExecutedContext
override this.InvokeActionMethodWithFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.IActionFilter> * System.Web.Mvc.ActionDescriptor * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.ActionExecutedContext
Protected Overridable Function InvokeActionMethodWithFilters (controllerContext As ControllerContext, filters As IList(Of IActionFilter), actionDescriptor As ActionDescriptor, parameters As IDictionary(Of String, Object)) As ActionExecutedContext
Parâmetros
- controllerContext
- ControllerContext
O contexto do controlador.
- filters
- IList<IActionFilter>
Os filtros de ação.
- actionDescriptor
- ActionDescriptor
O descritor da ação.
- parameters
- IDictionary<String,Object>
Os parâmetros.
Retornos
O contexto para o método ActionExecuted da ActionFilterAttribute classe .