dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Functions

GetAllHeaders Class

A function for retrieving all headers sent from the server. ArcGIS Maps SDK for JavaScript

public record GetAllHeaders : System.IEquatable<dymaptic.GeoBlazor.Core.Functions.GetAllHeaders>

Inheritance System.Object 🡒 GetAllHeaders

Implements System.IEquatable<GetAllHeaders>

Remarks

You may reference the following input parameters by name in your JavaScript: .

Constructors

GetAllHeaders(string) Constructor

A function for retrieving all headers sent from the server. ArcGIS Maps SDK for JavaScript

public GetAllHeaders(string JavaScriptFunction);

Parameters

JavaScriptFunction System.String

The JavaScript function to call, passed as a string.

Remarks

You may reference the following input parameters by name in your JavaScript: .

Properties

GetAllHeaders.JavaScriptFunction Property

The JavaScript function to call, passed as a string.

public string JavaScriptFunction { get; init; }

Property Value

System.String