ControllerDataSourceOptionsBuilder.Area(String) Method
Specifies access to a different area’s data controller.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ControllerDataSourceOptionsBuilder Area(
string areaName
)
Parameters
| Name | Type | Description |
|---|---|---|
| areaName | String | The option value. |
Returns
| Type |
|---|
| ControllerDataSourceOptionsBuilder |
See Also