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)

屬性值

適用於