RouteEndpoint 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Endpoint URL 일치 또는 URL 생성에 사용할 수 있는 을 나타냅니다.
public ref class RouteEndpoint sealed : Microsoft::AspNetCore::Http::Endpoint
public sealed class RouteEndpoint : Microsoft.AspNetCore.Http.Endpoint
type RouteEndpoint = class
inherit Endpoint
Public NotInheritable Class RouteEndpoint
Inherits Endpoint
- 상속
생성자
RouteEndpoint(RequestDelegate, RoutePattern, Int32, EndpointMetadataCollection, String) |
RouteEndpoint 클래스의 새 인스턴스를 초기화합니다. |
속성
DisplayName |
이 엔드포인트의 정보 표시 이름을 가져옵니다. (다음에서 상속됨 Endpoint) |
Metadata |
이 엔드포인트와 연결된 메타데이터의 컬렉션을 가져옵니다. (다음에서 상속됨 Endpoint) |
Order |
엔드포인트의 순서 값을 가져옵니다. |
RequestDelegate |
엔드포인트에 대한 요청을 처리하는 데 사용되는 대리자를 가져옵니다. (다음에서 상속됨 Endpoint) |
RoutePattern |
RoutePattern 엔드포인트와 연결된 를 가져옵니다. |
메서드
ToString() |
엔드포인트의 문자열 표현을 반환합니다. (다음에서 상속됨 Endpoint) |