RouteGroupContext.Conventions 속성

정의

를 통해 Add(Action<EndpointBuilder>)에서 MapGroup(IEndpointRouteBuilder, RoutePattern) 반환된 상위 RouteGroupBuilder 인스턴스에 추가된 모든 규칙을 가져옵니다. 에서 반환GetGroupedEndpoints(RouteGroupContext)된 모든 RouteEndpoint 를 빌드할 때 순서대로 적용해야 합니다.

public System.Collections.Generic.IReadOnlyList<Action<Microsoft.AspNetCore.Builder.EndpointBuilder>> Conventions { get; init; }
member this.Conventions : System.Collections.Generic.IReadOnlyList<Action<Microsoft.AspNetCore.Builder.EndpointBuilder>> with get, set
Public Property Conventions As IReadOnlyList(Of Action(Of EndpointBuilder))

속성 값

적용 대상