CandidateSet(Endpoint[], RouteValueDictionary[], Int32[]) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der CandidateSet -Klasse mit den bereitgestellten endpoints
, values
und scores
.
Der Konstruktor wird bereitgestellt, um Komponententests von Implementierungen von EndpointSelector und IEndpointSelectorPolicyzu ermöglichen.
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())
Parameter
- endpoints
- Endpoint[]
Die Liste der Endpunkte, sortiert in absteigender Prioritätsreihenfolge.
- values
- RouteValueDictionary[]
Die Liste der RouteValueDictionary Instanzen.