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