ArcObjects Library Reference (Carto)  

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

Product Availability

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

See Also

IHTMLPopupInfo Interface