This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo Interface > IHTMLPopupInfo.HTMLRedirectField Property (ArcObjects .NET 10.4 SDK) |
Indicates the fieldname of the layer that contains the HTML redirect URL values.
[Visual Basic .NET] Public Property HTMLRedirectField As String
[C#] public string HTMLRedirectField {get; set;}
[C++]
HRESULT get_HTMLRedirectField(
BSTR* pField
);
[C++]
HRESULT put_HTMLRedirectField(
BSTR pField
);
[C++]
Parameters pField [out, retval] pField is a parameter of type BSTR pField [in] pField is a parameter of type BSTR