Show / Hide Table of Contents

Property AlternativeText

AlternativeText

Gets or sets a string providing the alternate text for the media.

Declaration
public string AlternativeText { get; set; }
Property Value
Type Description
string

A string providing the alternate text for the media.

Remarks

This can contain placeholders, which are dynamic variables, that retrieve and display attribute data specific to the geoelement that the pop-up is displayed for.

Placeholders allow the pop-up content to update contextually based on the user's interaction with the map.

They are enclosed in curly braces and support two primary data sources:

  • Standard fields: using attribute values (for example, {CITY_NAME}).
  • Arcade expressions: displaying the results of custom logic or calculations (for example, {expression/expr0}).

Applies to

Platforms and versions
TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.