This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerIdentifyResult2 Interface > IMapServerIdentifyResult2.HTMLPopup Property (ArcObjects .NET 10.4 SDK) |
HTML as text that can be used in popups.
[Visual Basic .NET] Public ReadOnly Property HTMLPopup As String
[C#] public string HTMLPopup {get;}
[C++]
HRESULT get_HTMLPopup(
BSTR* htmlText
);
[C++]
Parameters htmlText [out, retval] htmlText is a parameter of type BSTR
When esriIdentifyVisibleWithHTMLPopup or esriIdentifyTopOneWithHTMLPopup is used, Identify includes a rich html content where attributes are formatted the way author defined in the source map document.