ControllerDataSourceOptionsBuilder Class
In This Article
Provides methods that allow you to configure access to an API controller.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class ControllerDataSourceOptionsBuilder :
DataLibraryApiBuilder<ControllerDataSourceOptionsBuilder>
#Related API Members
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.
#Inheritance
See Also