ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PopupContent Class / PopupContent Constructor / PopupContent Constructor(Uri,String)
Uri of the html content to display in the pop-up.
Text displayed in the title bar of the pop-up.
Version

PopupContent Constructor(Uri,String)
Initialize a new instance of PopupContent.
Syntax
public PopupContent( 
   Uri htmlURI,
   string title
)

Parameters

htmlURI
Uri of the html content to display in the pop-up.
title
Text displayed in the title bar of the pop-up.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also