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

StaticJsonDataSourceBuilder Class

Provides methods that allow you to configure access to read-only data in JSON format.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class StaticJsonDataSourceBuilder :
    StoreDataSourceBuilder

Remarks

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

Inheritance

See Also