共用方式為


HostMatcherPolicy.GetEdges(IReadOnlyList<Endpoint>) 方法

定義

產生圖表,表示端點與主機之間的關聯性。

public:
 virtual System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Matching::PolicyNodeEdge> ^ GetEdges(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge> GetEdges (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member GetEdges : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge>
override this.GetEdges : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge>
Public Function GetEdges (endpoints As IReadOnlyList(Of Endpoint)) As IReadOnlyList(Of PolicyNodeEdge)

參數

endpoints
IReadOnlyList<Endpoint>

的清單 Endpoint

傳回

圖表,表示端點與主機之間的關聯性。

實作

適用於