Returns the string[] for the key within the IDictionary. If the key does not exist in the dictionary, then an emptry 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 string[] getParameterValues(
	string key
)
Visual Basic (Declaration)
Protected Function getParameterValues ( _
	key As String _
) As String()
Visual C++
protected:
array<String^>^ getParameterValues(
	String^ key
)

Parameters

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

Return Value

Values associated with the given key.

See Also