Obsolete. Use the constructor that takes an encoding instead.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

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

Parameters

queryString
Type: System..::..String
Query string form URL to be parsed into invididual query options. The URL is assumed to be encoded in "windows-1252".

Exceptions

ExceptionCondition
Endeca.Navigation..::..UrlENEQueryParseException If there were any errors in parsing queryString.

See Also