This document is archived and information here might be outdated.  Recommended version.


IHTMLPopupInfo.HTMLRedirectField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHTMLPopupInfo.HTMLRedirectField Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IHTMLPopupInfo Interface