An extension method to modify the parameter map. The Construct(String, CommandInfoCollection, NameValueCollection) method calls this method immediately after the SerializeCommands(CommandInfoCollection) method.

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#
void ModifyOnConstruct(
	IDictionary<string, UrlParam> serializedCommands
)
Visual Basic (Declaration)
Sub ModifyOnConstruct ( _
	serializedCommands As IDictionary(Of String, UrlParam) _
)
Visual C++
void ModifyOnConstruct(
	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.ModifyOnConstruct(System.Collections.Generic.IDictionary{System.String,Endeca.Web.Url.Seo.Utility.UrlParam})"]

See Also