Sdílet prostřednictvím


CandidateSet(Endpoint[], RouteValueDictionary[], Int32[]) Konstruktor

Definice

Inicializuje nové instance CandidateSet třídy se zadanými endpoints, valuesa scores.

Konstruktor je k dispozici pro povolení testování jednotek implementace EndpointSelector a IEndpointSelectorPolicy.

public:
 CandidateSet(cli::array <Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints, cli::array <Microsoft::AspNetCore::Routing::RouteValueDictionary ^> ^ values, cli::array <int> ^ scores);
public CandidateSet (Microsoft.AspNetCore.Http.Endpoint[] endpoints, Microsoft.AspNetCore.Routing.RouteValueDictionary[] values, int[] scores);
new Microsoft.AspNetCore.Routing.Matching.CandidateSet : Microsoft.AspNetCore.Http.Endpoint[] * Microsoft.AspNetCore.Routing.RouteValueDictionary[] * int[] -> Microsoft.AspNetCore.Routing.Matching.CandidateSet
Public Sub New (endpoints As Endpoint(), values As RouteValueDictionary(), scores As Integer())

Parametry

endpoints
Endpoint[]

Seznam koncových bodů seřazený sestupně podle priority.

values
RouteValueDictionary[]

Seznam RouteValueDictionary instancí.

scores
Int32[]

Seznam skóre koncových bodů Score.

Platí pro