This method updates the passed commands with the state contained in the request URI.

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 void Deconstruct(
	Uri requestUri,
	CommandInfoCollection commands,
	NameValueCollection parameters
)
Visual Basic (Declaration)
Protected Overrides Sub Deconstruct ( _
	requestUri As Uri, _
	commands As CommandInfoCollection, _
	parameters As NameValueCollection _
)
Visual C++
protected:
virtual void Deconstruct(
	Uri^ requestUri, 
	CommandInfoCollection^ commands, 
	NameValueCollection^ parameters
) override

Parameters

requestUri
Type: System..::.Uri
The incoming URL.
commands
Type: CommandInfoCollection
The commands into which to restore state.
parameters
Type: System.Collections.Specialized..::.NameValueCollection
Extra parameters.

See Also

UrlProviderDeconstruct(Uri, CommandInfoCollection, NameValueCollection)