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

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected abstract string Construct(
	string baseUrl,
	CommandInfoCollection commands,
	NameValueCollection parameters
)
Visual Basic (Declaration)
Protected MustOverride Function Construct ( _
	baseUrl As String, _
	commands As CommandInfoCollection, _
	parameters As NameValueCollection _
) As String
Visual C++
protected:
virtual String^ Construct(
	String^ baseUrl, 
	CommandInfoCollection^ commands, 
	NameValueCollection^ parameters
) abstract

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