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.UtilityAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
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.