Skip to main content

GridDevExtremeDataSource(HttpClient, Uri) Constructor

Initializes a new instance of the GridDevExtremeDataSource<T> class with the specified HTTP client and URL.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public GridDevExtremeDataSource(
    HttpClient httpClient,
    Uri url
)

Parameters

Name Type Description
httpClient HttpClient

An object that sends HTTP requests and receives HTTP responses from a service identified by the URI.

url Uri

A URL to the service’s controller action that processes HTTP requests.

Remarks

Refer to the GridDevExtremeDataSource<T> class description for more information and examples.

See Also