ControllerDataSourceOptionsBuilder.Controller(String) Method
Specifies the data controller to access.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ControllerDataSourceOptionsBuilder Controller(
string controllerName
)
Parameters
Name | Type | Description |
---|---|---|
controllerName | String | The option value. |
Returns
Type |
---|
ControllerDataSourceOptionsBuilder |
See Also