Returns a URL that represents the state of the specified commands.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public string ConstructUrl(
	string baseUrl,
	CommandInfoCollection commands,
	NameValueCollection parameters
)
Visual Basic (Declaration)
Public Function ConstructUrl ( _
	baseUrl As String, _
	commands As CommandInfoCollection, _
	parameters As NameValueCollection _
) As String
Visual C++
public:
String^ ConstructUrl(
	String^ baseUrl, 
	CommandInfoCollection^ commands, 
	NameValueCollection^ parameters
)

Parameters

baseUrl
Type: System..::.String
The base URL of the URL to construct.
commands
Type: Endeca.Web.Url..::.CommandInfoCollection
List of CommandInfo objects describing the EndecaCommands whose state should be encoded in the URL.
parameters
Type: System.Collections.Specialized..::.NameValueCollection
A collection of additional parameters that should be encoded in the URL.

See Also