StaticJsonDataSourceBuilder.Url(String) Method
Specifies the URL used to load JSON data.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public StaticJsonDataSourceBuilder Url(
string url
)
Parameters
Name | Type | Description |
---|---|---|
url | String | The URL to JSON data. |
Returns
Type | Description |
---|---|
StaticJsonDataSourceBuilder | An object that can be used to further configure the data source. |
See Also