InboundRouteEntry 類別

定義

用來建置 TreeRouter 。 表示 URL 範本 tha 將用來比對傳入要求 URL。

public ref class InboundRouteEntry
public class InboundRouteEntry
type InboundRouteEntry = class
Public Class InboundRouteEntry
繼承
InboundRouteEntry

建構函式

InboundRouteEntry()

用來建置 TreeRouter 。 表示 URL 範本 tha 將用來比對傳入要求 URL。

屬性

Constraints

取得或設定路由條件約束。

Defaults

取得或設定路由預設值。

Handler

取得或設定當 IRouter 這個專案相符時要叫用的 。

Order

取得或設定專案的順序。

Precedence

取得或設定專案的優先順序。

RouteName

取得或設定路徑的名稱。

RouteTemplate

取得或設定 RouteTemplate

適用於