15 references to ActionExecutingContext
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
576
public ActionExecutingContextSealed(ActionContext actionContext, IList<IFilterMetadata> filters, IDictionary<string, object?> actionArguments, object controller) :
base
(actionContext, filters, actionArguments, controller) { }
Microsoft.AspNetCore.Mvc.Core.Test (7)
Filters\ResponseCacheFilterExecutorTest.cs (1)
535
return new
ActionExecutingContext
(
Infrastructure\ModelStateInvalidFilterTest.cs (1)
74
return new
ActionExecutingContext
(
ModelBinding\UnsupportedContentTypeFilterTest.cs (4)
17
var context = new
ActionExecutingContext
(
50
var context = new
ActionExecutingContext
(
76
var context = new
ActionExecutingContext
(
100
var context = new
ActionExecutingContext
(
ResponseCacheAttributeTest.cs (1)
347
return new
ActionExecutingContext
(
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
CommonFilterTest.cs (1)
195
return new
ActionExecutingContext
(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
Filters\ControllerSaveTempDataPropertyFilterTest.cs (4)
38
var context = new
ActionExecutingContext
(
84
var context = new
ActionExecutingContext
(
127
var context = new
ActionExecutingContext
(
166
var context = new
ActionExecutingContext
(
Filters\ControllerViewDataAttributeFilterTest.cs (2)
22
var context = new
ActionExecutingContext
(actionContext, new IFilterMetadata[0], new Dictionary<string, object>(), controller);
40
var context = new
ActionExecutingContext
(actionContext, new IFilterMetadata[0], new Dictionary<string, object>(), controller);