Returns the UrlParam contained in the dictionary with the specified key name. If the key does not exist in the dictionary, then a null string is returned.

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 UrlParam getParameter(
	string key
)
Visual Basic (Declaration)
Protected Function getParameter ( _
	key As String _
) As UrlParam
Visual C++
protected:
UrlParam^ getParameter(
	String^ key
)

Parameters

key
Type: System..::.String
Key.

Return Value

UrlParam that corresponds to the given key

See Also