Show / Hide Table of Contents

Method FromJson

FromJson(String)

Creates a popup element from an ArcGIS JSON representation (popupElement).

Declaration
public static PopupElement FromJson(string json)
Parameters
Type Name Description
System.String json

The JSON string for the popup element.

Returns
Type Description
PopupElement

A new PopupElement object.

Exceptions
Type Condition
System.ArgumentNullException

json is null.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.