SelectControllerResult(String, IDictionary<String,Object>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.