dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Functions
GetHeader Class
A function to retrieve headers sent from the server. ArcGIS Maps SDK for JavaScript
public record GetHeader : System.IEquatable<dymaptic.GeoBlazor.Core.Functions.GetHeader>
Inheritance System.Object 🡒 GetHeader
Implements System.IEquatable<GetHeader>
Remarks
You may reference the following input parameters by name in your JavaScript: headerName.
Constructors
GetHeader(string) Constructor
A function to retrieve headers sent from the server. ArcGIS Maps SDK for JavaScript
public GetHeader(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: headerName.
Properties
GetHeader.JavaScriptFunction Property
The JavaScript function to call, passed as a string.
public string JavaScriptFunction { get; init; }