This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo Interface > IHTMLPopupInfo.HTMLRedirectFieldPrefix Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR* 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