다음을 통해 공유


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)

속성 값

적용 대상