TreeRouter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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을 반환합니다. |
RouteAsync(RouteContext) |
현재 |