15 references to ActionExecutingContext
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
576public 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)
535return new ActionExecutingContext(
Infrastructure\ModelStateInvalidFilterTest.cs (1)
74return new ActionExecutingContext(
ModelBinding\UnsupportedContentTypeFilterTest.cs (4)
17var context = new ActionExecutingContext( 50var context = new ActionExecutingContext( 76var context = new ActionExecutingContext( 100var context = new ActionExecutingContext(
ResponseCacheAttributeTest.cs (1)
347return new ActionExecutingContext(
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
CommonFilterTest.cs (1)
195return new ActionExecutingContext(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
Filters\ControllerSaveTempDataPropertyFilterTest.cs (4)
38var context = new ActionExecutingContext( 84var context = new ActionExecutingContext( 127var context = new ActionExecutingContext( 166var context = new ActionExecutingContext(
Filters\ControllerViewDataAttributeFilterTest.cs (2)
22var context = new ActionExecutingContext(actionContext, new IFilterMetadata[0], new Dictionary<string, object>(), controller); 40var context = new ActionExecutingContext(actionContext, new IFilterMetadata[0], new Dictionary<string, object>(), controller);