次の方法で共有


TreeRouteBuilder.OutboundEntries プロパティ

定義

の一覧を OutboundRouteEntry取得します。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::Tree::OutboundRouteEntry ^> ^ OutboundEntries { System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::Tree::OutboundRouteEntry ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry> OutboundEntries { get; }
member this.OutboundEntries : System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry>
Public ReadOnly Property OutboundEntries As IList(Of OutboundRouteEntry)

プロパティ値

適用対象