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>
Related API Members
The following members return ControllerDataSourceOptionsBuilder objects:
Remarks
Do not instantiate this class explicitly. A new ControllerDataSourceOptionsBuilder
class instance is created when you call the Mvc() method.
Inheritance
See Also