An extension method to modify the parameter map. The Deconstruct(Uri, CommandInfoCollection, NameValueCollection) method class this method immediately after the paring the requestUri and before decoding any parameters with an IEncoder.

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

Syntax

C#
void ModifyOnDeconstruct(
	IDictionary<string, UrlParam> serializedCommands
)
Visual Basic (Declaration)
Sub ModifyOnDeconstruct ( _
	serializedCommands As IDictionary(Of String, UrlParam) _
)
Visual C++
void ModifyOnDeconstruct(
	IDictionary<String^, UrlParam^>^ serializedCommands
)

Parameters

serializedCommands
Type: System.Collections.Generic..::.IDictionary<(Of <(String, UrlParam>)>)

[Missing <param name="serializedCommands"/> documentation for "M:Endeca.Web.Url.Seo.IParameterMapModifier.ModifyOnDeconstruct(System.Collections.Generic.IDictionary{System.String,Endeca.Web.Url.Seo.Utility.UrlParam})"]

See Also