Share via


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

Definition

Initializes a new instance of the SelectControllerResult class.

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))

Parameters

controllerName
String

The controller name selected.

values
IDictionary<String,Object>

The properties associated with the selected controller.4.

Applies to