ArcObjects Library Reference (Carto)  

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(
  BSTR* 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