File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Mvc/Mvc.Abstractions/src/Filters Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Mvc.Filters;
14
14
/// <para>
15
15
/// <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> instances are not executed in cases where
16
16
/// an authorization filter or resource filter short-circuits the request to prevent execution of the action.
17
- /// <see cref="IResultFilter"/>. <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> implementations
17
+ /// <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> implementations
18
18
/// are also not executed in cases where an exception filter handles an exception by producing an action result.
19
19
/// </para>
20
20
/// <para>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Mvc.Filters;
14
14
/// <para>
15
15
/// <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> instances are not executed in cases where
16
16
/// an authorization filter or resource filter short-circuits the request to prevent execution of the action.
17
- /// <see cref="IResultFilter"/>. <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> implementations
17
+ /// <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> implementations
18
18
/// are also not executed in cases where an exception filter handles an exception by producing an action result.
19
19
/// </para>
20
20
/// <para>
You can’t perform that action at this time.
0 commit comments