Parameters

  

Returns the complete parameter string collected from the browser url. This tag is used to pass parameters to other pages. Parameters that are added from the Queue Controller itself (like Action, UserName, GroupName, ...) are removed from that string.

 

Available tags:

<%Parameters%>

<%Parameters?%>

<%Parameters&%>

 

Parameters contains the complete and cleaned query string.

Parameters? contains the complete and cleaned query string with a leading "?". This can be added right behind any url. This string is empty if no parameters are found.

Parameters& contains the complete and cleaned query string with a leading "&". This can be added after other parameters. This string is empty if no parameters are found.


Copyright © 2018 3iMedia GmbH