Back to Devexpress

ControllerDataSourceOptionsBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-datasources-6b57e7b6.md

latest8.3 KB
Original Source

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

csharp
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.

Inheritance

Object OptionsOwnerBuilder StoreDataSourceBuilder DataLibraryApiBuilder<ControllerDataSourceOptionsBuilder> ControllerDataSourceOptionsBuilder

See Also

ControllerDataSourceOptionsBuilder Members

DevExtreme.AspNet.Mvc.Builders.DataSources Namespace