Skip to main content
A newer version of this page is available. .

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
areaName String

Returns

Type
ControllerDataSourceOptionsBuilder
See Also