Obsolete. Use the constructor that takes an encoding instead.

Declaration Syntax
[ObsoleteAttribute("This constructor is obsolete; use the version that takes an encoding instead")]
public UrlENEQuery(
string queryString
)
<ObsoleteAttribute("This constructor is obsolete; use the version that takes an encoding instead")> _
Public Sub New ( _
queryString As String _
)
[ObsoleteAttribute(L"This constructor is obsolete; use the version that takes an encoding instead")]
public:
UrlENEQuery (
String^ queryString
)

Parameters
- queryString (String)
-
Query string form URL to be parsed into invididual query options.
The URL is assumed to be encoded in "windows-1252".

Exceptions
Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0