TreeRouteBuilder.InboundEntries 屬性

定義

取得 的清單 InboundRouteEntry

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

屬性值

適用於