GeoBlazor Pro
layout: pro title: PopupTemplateResult parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
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 class PopupTemplateResult :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.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
dymaptic.GeoBlazor.Core.Components.Popups.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; set; }
Property Value
PopupTemplateResult.Title Property
The title of the PopupTemplate.
public string Title { get; set; }
Property Value
PopupTemplateResult.Value Property
The suggested PopupTemplate.
public dymaptic.GeoBlazor.Core.Components.Popups.PopupTemplate Value { get; set; }