TreeRouter 클래스

정의

IRouter 특성 라우팅에 대한 구현입니다.

public ref class TreeRouter : Microsoft::AspNetCore::Routing::IRouter
public class TreeRouter : Microsoft.AspNetCore.Routing.IRouter
type TreeRouter = class
    interface IRouter
Public Class TreeRouter
Implements IRouter
상속
TreeRouter
구현

생성자

TreeRouter(UrlMatchingTree[], IEnumerable<OutboundRouteEntry>, UrlEncoder, ObjectPool<UriBuildingContext>, ILogger, ILogger, Int32)

TreeRouter의 새 인스턴스를 만듭니다.

필드

RouteGroupKey

라우팅 및 작업 선택에서 작업 설명자 그룹에 대한 특성 경로 항목을 일치시키는 데 사용되는 키입니다.

속성

Version

이 경로의 버전을 가져옵니다.

메서드

GetVirtualPath(VirtualPathContext)

제공된 경로 세부 정보와 연결된 URL을 반환합니다. context

RouteAsync(RouteContext)

현재 context를 기반으로 비동기적으로 라우팅합니다.

적용 대상