Skip to main content

ControllerDataSourceOptionsBuilder Class

Provides methods that allow you to configure access to an API controller.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ControllerDataSourceOptionsBuilder :
    DataLibraryApiBuilder<ControllerDataSourceOptionsBuilder>

The following members return ControllerDataSourceOptionsBuilder objects:

Show 38 links

Remarks

Do not instantiate this class explicitly. A new ControllerDataSourceOptionsBuilder class instance is created when you call the Mvc() method.

See Also