esriServerHTMLPopupType
Options to specify whether a layer supports HTMLPopup.
| Value | Description | 
|---|---|
| esriServerHTMLPopupTypeNone | The layer does not support HTML popup. | 
| esriServerHTMLPopupTypeAsURL | The layer supports HTML Popup, but instead of returning HTML page as a result, it returns a URL. | 
| esriServerHTMLPopupTypeAsHTMLText | The layer supports HTML Popup and result comes from this layer is a valid HTML page. | 
Remarks
Use MapLayerInfo.HTMLPopupType to discover if layer supports HTML popups.
2/28/2020