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


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

IHTMLPopupInfo.HTMLRedirectFieldSuffix Property

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

[Visual Basic .NET]
Public Property HTMLRedirectFieldSuffix As String
[C#]
public string HTMLRedirectFieldSuffix {get; set;}
[C++]
HRESULT get_HTMLRedirectFieldSuffix(
  System.String* pSufix
);
[C++]
HRESULT put_HTMLRedirectFieldSuffix(
  BSTR pSufix
);
[C++]
Parameters
pSufix [out, retval]

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

Product Availability

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

See Also

IHTMLPopupInfo Interface