2 references to ActionExecutedContext
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
581
public ActionExecutedContextSealed(ActionContext actionContext, IList<IFilterMetadata> filters, object controller) :
base
(actionContext, filters, controller) { }
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
CommonFilterTest.cs (1)
204
return new
ActionExecutedContext
(context, context.Filters, context.Controller)