8 references to EndpointRouteBuilderExtensions
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
37
/// Call <see cref="
EndpointRouteBuilderExtensions
.MapGroup(IEndpointRouteBuilder, string)"/> to add a prefix to all the endpoints.
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
ApiDescriptionGroup.cs (2)
16
/// Note that <see cref="Microsoft.AspNetCore.Builder.
EndpointRouteBuilderExtensions
.MapGroup(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder, string)">MapGroup</see> does not set the group name for its endpoints. It only applies
18
/// <see cref="Microsoft.AspNetCore.Builder.RoutingEndpointConventionBuilderExtensions.WithGroupName{TBuilder}(TBuilder, string)">WithGroupName</see> on the <see cref="Microsoft.AspNetCore.Builder.
EndpointRouteBuilderExtensions
.MapGroup(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder, string)">MapGroup</see> call.
Microsoft.AspNetCore.Routing (5)
RouteGroupBuilder.cs (1)
15
/// <see cref="
EndpointRouteBuilderExtensions
.MapGroup(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder, RoutePattern)"/>
RouteGroupContext.cs (3)
17
/// not just the prefix supplied to the innermost call to <see cref="
EndpointRouteBuilderExtensions
.MapGroup(IEndpointRouteBuilder, RoutePattern)"/>.
22
/// Gets all conventions added to ancestor <see cref="RouteGroupBuilder"/> instances returned from <see cref="
EndpointRouteBuilderExtensions
.MapGroup(IEndpointRouteBuilder, RoutePattern)"/>
29
/// Gets all conventions added to ancestor <see cref="RouteGroupBuilder"/> instances returned from <see cref="
EndpointRouteBuilderExtensions
.MapGroup(IEndpointRouteBuilder, RoutePattern)"/>
RouteHandlerOptions.cs (1)
12
/// Options for controlling the behavior of <see cref="
EndpointRouteBuilderExtensions
.MapGet(IEndpointRouteBuilder, string, Delegate)"/>