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

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

Returns

Type
ControllerDataSourceOptionsBuilder
See Also