GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Results
PopupTemplateResult Class
Defines a suggested PopupTemplate with a given name and title describing the content and purpose of the PopupTemplate. ArcGIS Maps SDK for JavaScript
public record PopupTemplateResult : System.IEquatable<dymaptic.GeoBlazor.Pro.Results.PopupTemplateResult>
Inheritance System.Object 🡒 PopupTemplateResult
Implements System.IEquatable<PopupTemplateResult>
Constructors
PopupTemplateResult(string, string, PopupTemplate) Constructor
Defines a suggested PopupTemplate with a given name and title describing the content and purpose of the PopupTemplate. ArcGIS Maps SDK for JavaScript
public PopupTemplateResult(string Name, string Title, dymaptic.GeoBlazor.Core.Components.Popups.PopupTemplate Value);
Parameters
Name
System.String
The name of the auto-generated PopupTemplate. This can be used in the UI of web map authoring apps.
Title
System.String
The title of the PopupTemplate.
Value
PopupTemplate
The suggested PopupTemplate.
Properties
PopupTemplateResult.Name Property
The name of the auto-generated PopupTemplate. This can be used in the UI of web map authoring apps.
public string Name { get; init; }
Property Value
PopupTemplateResult.Title Property
The title of the PopupTemplate.
public string Title { get; init; }
Property Value
PopupTemplateResult.Value Property
The suggested PopupTemplate.
public dymaptic.GeoBlazor.Core.Components.Popups.PopupTemplate Value { get; init; }