UrlMatchingNode.CatchAlls 屬性

定義

取得或設定 , UrlMatchingNode 表示在 中 TreeRouter 擷取這個區段之後的所有參數區段。

public:
 property Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ CatchAlls { Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ get(); void set(Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ value); };
public Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode CatchAlls { get; set; }
member this.CatchAlls : Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode with get, set
Public Property CatchAlls As UrlMatchingNode

屬性值

適用於