UrlMatchingNode.Literals Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá literálové segmenty následující za tímto segmentem.
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)