-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesgood first issueGood for newcomers.Good for newcomers.
Description
aspnetcore/src/Mvc/Mvc.Abstractions/src/Filters/IResultFilter.cs
Lines 16 to 18 in a400348
/// an authorization filter or resource filter short-circuits the request to prevent execution of the action. | |
/// <see cref="IResultFilter"/>. <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> implementations | |
/// are also not executed in cases where an exception filter handles an exception by producing an action result. |
aspnetcore/src/Mvc/Mvc.Abstractions/src/Filters/IAsyncResultFilter.cs
Lines 16 to 18 in a400348
/// an authorization filter or resource filter short-circuits the request to prevent execution of the action. | |
/// <see cref="IResultFilter"/>. <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> implementations | |
/// are also not executed in cases where an exception filter handles an exception by producing an action result. |
In both files, at the start of line 17 there is redundant <see cref="IResultFilter"/>.
Metadata
Metadata
Assignees
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesgood first issueGood for newcomers.Good for newcomers.