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

Definizione

Inizializza una nuova istanza della CandidateSet classe con l'oggetto , valuese scoresfornitoendpoints.

Il costruttore viene fornito per abilitare gli unit test delle implementazioni di EndpointSelector e 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())

Parametri

endpoints
Endpoint[]

Elenco di endpoint, ordinati in ordine decrescente di priorità.

values
RouteValueDictionary[]

Elenco di RouteValueDictionary istanze.

scores
Int32[]

Elenco dei punteggi degli endpoint. Score.

Si applica a