Base 36 encode any of the ParameterEncoders.

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 SortedDictionary<string, UrlParam> EncodeParameters(
	SortedDictionary<string, UrlParam> sortedSerializedCommands
)
Visual Basic (Declaration)
Protected Function EncodeParameters ( _
	sortedSerializedCommands As SortedDictionary(Of String, UrlParam) _
) As SortedDictionary(Of String, UrlParam)
Visual C++
protected:
SortedDictionary<String^, UrlParam^>^ EncodeParameters(
	SortedDictionary<String^, UrlParam^>^ sortedSerializedCommands
)

Parameters

sortedSerializedCommands
Type: System.Collections.Generic..::.SortedDictionary<(Of <(String, UrlParam>)>)
Sorted serialized commands.

Return Value

Base 36 encoding of sorted serialized commands.

See Also