11 implementations of OnActionExecuted
BasicWebSite (2)
Filters\ServiceActionFilter.cs (1)
17
public void
OnActionExecuted
(ActionExecutedContext context)
RequestScopedFilter.cs (1)
18
public void
OnActionExecuted
(ActionExecutedContext context)
Microsoft.AspNetCore.Mvc.Core (5)
Filters\ActionFilterAttribute.cs (1)
26
public virtual void
OnActionExecuted
(ActionExecutedContext context)
Filters\OutputCacheFilter.cs (1)
47
public void
OnActionExecuted
(ActionExecutedContext context)
Filters\ResponseCacheFilter.cs (1)
99
public void
OnActionExecuted
(ActionExecutedContext context)
Infrastructure\ModelStateInvalidFilter.cs (1)
66
public void
OnActionExecuted
(ActionExecutedContext context)
ModelBinding\UnsupportedContentTypeFilter.cs (1)
60
public void
OnActionExecuted
(ActionExecutedContext context)
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationModels\DefaultApplicationModelProviderTest.cs (1)
1744
public void
OnActionExecuted
(ActionExecutedContext context)
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Controller.cs (1)
331
public virtual void
OnActionExecuted
(ActionExecutedContext context)
Filters\ControllerSaveTempDataPropertyFilter.cs (1)
15
public void
OnActionExecuted
(ActionExecutedContext context)
Filters\ControllerViewDataAttributeFilter.cs (1)
19
public void
OnActionExecuted
(ActionExecutedContext context)
51 references to OnActionExecuted
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ActionExecutedContext.cs (1)
9
/// A context for action filters, specifically <see cref="IActionFilter.
OnActionExecuted
"/> calls.
Filters\IOrderedFilter.cs (1)
28
/// <see cref="IActionFilter.
OnActionExecuted
"/>. A synchronous filter with a lower numeric <see cref="Order"/>
Microsoft.AspNetCore.Mvc.Core (4)
Diagnostics\MvcDiagnostics.cs (2)
828
/// An <see cref="EventData"/> that occurs before <see cref="IActionFilter.
OnActionExecuted
(ActionExecutedContext)"/>.
879
/// An <see cref="EventData"/> that occurs after <see cref="IActionFilter.
OnActionExecuted
(ActionExecutedContext)"/>.
Filters\ControllerActionFilter.cs (1)
55
actionFilter.
OnActionExecuted
(await next());
Infrastructure\ControllerActionInvoker.cs (1)
233
filter.
OnActionExecuted
(actionExecutedContext);
Microsoft.AspNetCore.Mvc.Core.Test (41)
Infrastructure\ControllerActionInvokerTest.cs (41)
272
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
283
filter.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Once());
332
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
362
actionFilter1.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Once());
365
actionFilter2.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Never());
389
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
428
actionFilter1.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Once());
452
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
485
actionFilter1.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Once());
534
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
552
filter.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Once());
568
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
592
filter1.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Once());
595
filter2.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Never());
624
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
657
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
681
actionFilter.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Once());
864
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
889
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
915
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
938
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
961
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
984
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1008
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1031
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1058
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1084
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1111
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1140
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1168
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1198
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1221
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1247
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1277
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1307
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1336
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1364
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1459
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1484
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1508
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
1532
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
Microsoft.AspNetCore.Mvc.Core.TestCommon (4)
CommonFilterTest.cs (4)
29
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
45
.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Once());
67
.Setup(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()))
80
.Verify(f => f.
OnActionExecuted
(It.IsAny<ActionExecutedContext>()), Times.Never());