Endeca Presentation API
AddParam Method (key, val)
NamespacesEndeca.NavigationUrlGenAddParam(String, String)
Manipulates the resultant URL by adding this key value pair.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddParam(
	string key,
	string val
)
Public Overridable Sub AddParam ( _
	key As String, _
	val As String _
)
public:
virtual void AddParam (
	String^ key, 
	String^ val
)
Parameters
key (String)
Key name of the pair to be added.
val (String)
Value to be added to the output URL where the value is decoded.
Remarks
This method will overwrite ANY of the original parameters with the same key and any other parameter that got added by this same method previously with the same key. In addition, it is assumed that val is decoded and will encode the value as x-www-form-urlencoded on output. Values that are null or equal to "" will be skipped so that this method can be blindly called without having to check if the value is present.

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