Creates a new instance of the PhraseRewritingParametersConverter class.

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

Syntax

C#
public PhraseRewritingParametersConverter(
	IDictionary<string, UrlParam> urlParamDict
)
Visual Basic (Declaration)
Public Sub New ( _
	urlParamDict As IDictionary(Of String, UrlParam) _
)
Visual C++
public:
PhraseRewritingParametersConverter(
	IDictionary<String^, UrlParam^>^ urlParamDict
)

Parameters

urlParamDict
Type: System.Collections.Generic..::.IDictionary<(Of <(String, UrlParam>)>)
An IDictionary<(Of <(TKey, TValue>)>) with a key containing the UrlParam Key name and the UrlParam objects. Multiple UrlParams should be contained within the IDictionary<(Of <(TKey, TValue>)>) in order for this class to determine the Search objects.

See Also