SelectControllerResult(String, IDictionary<String,Object>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe SelectControllerResult.
public SelectControllerResult (string controllerName, System.Collections.Generic.IDictionary<string,object> values);
new Microsoft.AspNet.OData.Routing.Conventions.SelectControllerResult : string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNet.OData.Routing.Conventions.SelectControllerResult
Public Sub New (controllerName As String, values As IDictionary(Of String, Object))
Paramètres
- controllerName
- String
Nom du contrôleur sélectionné.
- values
- IDictionary<String,Object>
Propriétés associées au contrôleur sélectionné.4.