Endeca Presentation API
AppendParams Method (c)
NamespacesEndeca.NavigationUrlGenAppendParams(ICollection)
Bulk append of param pairs.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendParams(
	ICollection c
)
Public Overridable Sub AppendParams ( _
	c As ICollection _
)
public:
virtual void AppendParams (
	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 AppendParam(String, String) except that the values are encoded.

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