Method | Description | |
---|---|---|
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext context ) : void | ||
OnActionExecuting ( ActionExecutingContext context ) : void |
Method | Description | |
---|---|---|
CreateActionInvoker ( ) : IActionInvoker | ||
Dispose ( bool disposing ) : void |
protected CreateActionInvoker ( ) : IActionInvoker | ||
return | IActionInvoker |
public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext context ) : void | ||
context | System.Web.Mvc.ActionExecutedContext | |
return | void |
public OnActionExecuting ( ActionExecutingContext context ) : void | ||
context | ActionExecutingContext | |
return | void |