This method constructs the URL that corresponds to the passed commands and extra parameters. This method concatenates the baseUrl with the formatted string that represents the state, path parameters, and query string parameters.

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

Syntax

C#
protected override string Construct(
	string baseUrl,
	CommandInfoCollection commands,
	NameValueCollection parameters
)
Visual Basic (Declaration)
Protected Overrides 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
) override

Parameters

baseUrl
Type: System..::.String
The base URL to build upon.
commands
Type: CommandInfoCollection
The commands which contain the state to be serialized.
parameters
Type: System.Collections.Specialized..::.NameValueCollection
Extra parameters.

Return Value

The URL string.

See Also

UrlProviderConstruct(String, CommandInfoCollection, NameValueCollection)