Skip to main content Link Menu Expand (external link) Document Search Copy Copied

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Popups

PopupContent Class

Abstract base class, PopupContent elements define what should display within the PopupTemplate content.

ArcGIS
  
JS API

</a>

public abstract class PopupContent : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 PopupContent

Derived
↳ AttachmentsPopupContent
↳ ExpressionPopupContent
↳ FieldsPopupContent
↳ MediaPopupContent
↳ RelationshipPopupContent
↳ TextPopupContent

Properties

PopupContent.Type Property

The type of Popup Content

public abstract string Type { get; }

Property Value

System.String