UrlMatchingNode 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
中的 UrlMatchingTree 節點。
public ref class UrlMatchingNode
public class UrlMatchingNode
type UrlMatchingNode = class
Public Class UrlMatchingNode
- 繼承
-
UrlMatchingNode
建構函式
UrlMatchingNode(Int32) |
初始化 UrlMatchingNode 的新執行個體。 |
屬性
CatchAlls |
取得或設定 , UrlMatchingNode 表示在 中 TreeRouter 擷取這個區段之後的所有參數區段。 |
ConstrainedCatchAlls |
取得或設定 , UrlMatchingNode 表示攔截所有參數區段,其條件約束會遵循 中的 TreeRouter 這個區段。 |
ConstrainedParameters |
取得或設定 , UrlMatchingNode 表示參數區段,其條件約束位於 中的 這個區段之後 TreeRouter 。 |
Depth |
取得 中 UrlMatchingTree 這個節點路徑的長度。 |
IsCatchAll |
取得或設定值,指出這個節點是否代表攔截所有區段。 |
Literals |
取得這個區段後面的常值區段。 |
Matches |
取得與此節點相關聯的相符路由專案清單。 |
Parameters |
取得或設定 中 UrlMatchingNode 這個區段後面的表示參數區段 TreeRouter 。 |