RouteGroupContext.FinallyConventions Property

Definition

Gets all conventions added to ancestor RouteGroupBuilder instances returned from MapGroup(IEndpointRouteBuilder, RoutePattern) via Add(Action<EndpointBuilder>). These should be applied in LIFO order when building every RouteEndpoint returned from GetGroupedEndpoints(RouteGroupContext).

C#
public System.Collections.Generic.IReadOnlyList<Action<Microsoft.AspNetCore.Builder.EndpointBuilder>> FinallyConventions { get; init; }

Property Value

Applies to

Tuote Versiot
ASP.NET Core 7.0, 8.0, 9.0