UrlMatchingNode.Literals Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les segments littéraux qui suivent ce segment.
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)