InboundRouteEntry 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來建置 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。 |