layout: default title: PopupContent parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Popups

PopupContent Class

Abstract base class, PopupContent elements define what should display within the PopupTemplate content.
ArcGIS Maps SDK for JavaScript

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