We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52fd93 commit 106208bCopy full SHA for 106208b
src/Mvc/Mvc.Abstractions/src/Filters/ActionExecutingContext.cs
@@ -6,7 +6,7 @@
6
namespace Microsoft.AspNetCore.Mvc.Filters;
7
8
/// <summary>
9
-/// A context for action filters, specifically <see cref="IActionFilter.OnActionExecuted"/> and
+/// A context for action filters, specifically <see cref="IActionFilter.OnActionExecuting"/> and
10
/// <see cref="IAsyncActionFilter.OnActionExecutionAsync"/> calls.
11
/// </summary>
12
public class ActionExecutingContext : FilterContext
0 commit comments