RouteGroupContext.FinallyConventions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
public System.Collections.Generic.IReadOnlyList<Action<Microsoft.AspNetCore.Builder.EndpointBuilder>> FinallyConventions { get; init; }
member this.FinallyConventions : System.Collections.Generic.IReadOnlyList<Action<Microsoft.AspNetCore.Builder.EndpointBuilder>> with get, set
Public Property FinallyConventions As IReadOnlyList(Of Action(Of EndpointBuilder))