Endeca Presentation API
AppendParam Method (key, val)
NamespacesEndeca.NavigationUrlGenAppendParam(String, String)
Manipulates the resultant url by adding this key value pair.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendParam(
	string key,
	string val
)
Public Overridable Sub AppendParam ( _
	key As String, _
	val As String _
)
public:
virtual void AppendParam (
	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 NOT overwrite any of the original parameters with the same key or any other parameter that got added by this same method previously with the same key. In addition, it is assumed that 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