Endeca Presentation API
AddParams Method (c)
NamespacesEndeca.NavigationUrlGenAddParams(ICollection)
Bulk add of param pairs.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddParams(
	ICollection c
)
Public Overridable Sub AddParams ( _
	c As ICollection _
)
public:
virtual void AddParams (
	ICollection^ c
)
Parameters
c (ICollection)
Collection of key value pairs.
Remarks
Each member of the collection must be of the form (String) <key>=<value> where the value is in x-www-form-urlencoded form. The semantics of these are the same as individual calls to AddParam(String, String) except that the values are encoded.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0