UrlMatchingNode.Literals Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém os segmentos literais após este segmento.
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)