다음을 통해 공유


InboundRouteEntry 클래스

정의

를 빌드 TreeRouter하는 데 사용됩니다. 들어오는 요청 URL과 일치하는 데 사용되는 URL 템플릿 tha를 나타냅니다.

public ref class InboundRouteEntry
public class InboundRouteEntry
type InboundRouteEntry = class
Public Class InboundRouteEntry
상속
InboundRouteEntry

생성자

InboundRouteEntry()

를 빌드 TreeRouter하는 데 사용됩니다. 들어오는 요청 URL과 일치하는 데 사용되는 URL 템플릿 tha를 나타냅니다.

속성

Constraints

경로 제약 조건을 가져오거나 설정합니다.

Defaults

경로 기본값을 가져오거나 설정합니다.

Handler

이 항목이 IRouter 일치할 때 호출할 을 가져오거나 설정합니다.

Order

항목의 순서를 가져오거나 설정합니다.

Precedence

항목의 우선 순위를 가져오거나 설정합니다.

RouteName

경로의 이름을 가져오거나 설정합니다.

RouteTemplate

RouteTemplate를 가져오거나 설정합니다.

적용 대상