次の方法で共有


UrlMatchingNode.Literals プロパティ

定義

このセグメントに続くリテラル セグメントを取得します。

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)

プロパティ値

適用対象