dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

RequestResponseData Class

Models the data returned from a request to an ArcGIS REST API endpoint. The data type will depend on the endpoint and the specified responseType in the request options. Possible types are: json, text, array-buffer, blob, image, native, document, and xml.

public record RequestResponseData : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.RequestResponseData>

Inheritance System.Object 🡒 RequestResponseData

Implements System.IEquatable<RequestResponseData>

Constructors

RequestResponseData() Constructor

public RequestResponseData();