UrlMatchingNode.Literals 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此區段後面的常值區段。
public:
property System::Collections::Generic::Dictionary<System::String ^, Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^> ^ Literals { System::Collections::Generic::Dictionary<System::String ^, Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode> Literals { get; }
member this.Literals : System.Collections.Generic.Dictionary<string, Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode>
Public ReadOnly Property Literals As Dictionary(Of String, UrlMatchingNode)