RouteGroupContext.FinallyConventions 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
를 통해 Add(Action<EndpointBuilder>)에서 MapGroup(IEndpointRouteBuilder, RoutePattern) 반환된 상위 RouteGroupBuilder 인스턴스에 추가된 모든 규칙을 가져옵니다. 에서 반환GetGroupedEndpoints(RouteGroupContext)된 모든 RouteEndpoint 를 빌드할 때는 LIFO 순서로 적용해야 합니다.
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))