Partager via


SelectControllerResult(String, IDictionary<String,Object>) Constructeur

Définition

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.

S’applique à