다음을 통해 공유


CompositeEndpointDataSource.GetGroupedEndpoints(RouteGroupContext) 메서드

정의

Endpoint 지정된 및 Conventions가 지정된 이 EndpointDataSource 에 대한 인스턴스를 Prefix 가져옵니다.

public override System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> GetGroupedEndpoints (Microsoft.AspNetCore.Routing.RouteGroupContext context);
override this.GetGroupedEndpoints : Microsoft.AspNetCore.Routing.RouteGroupContext -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint>
Public Overrides Function GetGroupedEndpoints (context As RouteGroupContext) As IReadOnlyList(Of Endpoint)

매개 변수

context
RouteGroupContext

반환 Endpoint 된 인스턴스를 그룹화하고 애플리케이션 서비스에 대한 참조를 그룹화해야 하는 방법에 대한 세부 정보입니다.

반환

지정된 그룹 PrefixConventions가 지정된 인스턴스의 Endpoint 읽기 전용 컬렉션을 반환합니다.

적용 대상