A dictionary with the KeyName as the key and the UrlParam as the value.

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

Syntax

C#
protected IDictionary<string, UrlParam> _urlParamDict
Visual Basic (Declaration)
Protected _urlParamDict As IDictionary(Of String, UrlParam)
Visual C++
protected:
IDictionary<String^, UrlParam^>^ _urlParamDict

See Also