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


IHTMLPopupInfo.HTMLRedirectFieldPrefix 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.HTMLRedirectFieldPrefix Property
ArcGIS Developer Help

IHTMLPopupInfo.HTMLRedirectFieldPrefix Property

Indicates the text to precede the HTMLRedirectField value for the redirect URL.

[Visual Basic .NET]
Public Property HTMLRedirectFieldPrefix As String
[C#]
public string HTMLRedirectFieldPrefix {get; set;}
[C++]
HRESULT get_HTMLRedirectFieldPrefix(
  System.String* pPrefix
);
[C++]
HRESULT put_HTMLRedirectFieldPrefix(
  BSTR pPrefix
);
[C++]
Parameters
pPrefix [out, retval]

pPrefix is a parameter of type BSTR* pPrefix [in]
pPrefix is a parameter of type BSTR

Product Availability

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

See Also

IHTMLPopupInfo Interface