Skip to main content

UriJsonSource(Uri) Constructor

Initializes the UriJsonSource class’s instance and sets its Uri property to the passed value.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public UriJsonSource(
    Uri uri
)

Parameters

Name Type Description
uri Uri

A System.Uri object that points to JSON data.

See Also