Aracılığıyla paylaş


INodeBuilderPolicy.GetEdges(IReadOnlyList<Endpoint>) Yöntem

Tanım

Uç noktalar ve konaklar arasındaki ilişkiyi temsil eden bir grafik oluşturur.

public:
 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>
Public Function GetEdges (endpoints As IReadOnlyList(Of Endpoint)) As IReadOnlyList(Of PolicyNodeEdge)

Parametreler

endpoints
IReadOnlyList<Endpoint>

listesi Endpoint.

Döndürülenler

Uç noktalar ve konaklar arasındaki ilişkiyi temsil eden grafik.

Şunlara uygulanır