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


IHTMLPopupInfo.HTMLRedirectField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo Interface > IHTMLPopupInfo.HTMLRedirectField Property
ArcGIS Developer Help

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(
  System.String* 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