DahlinDev
-
2/15/2013 10:38:49 AM
QueryString If Exists
I am using the Breadcrumbs webpart.
The client wants on the Search results page to display the "searchtext" querystring in the breadcrumbs.
I am able to add the querystring to the end using the Html Envelope : Content After with with {% QueryString["searchtext"] %}
However I can't simply append the text, I need to wrap this in some html for styling purposes. And, I can only add the html if the querystring exists.
So I am looking for a macro express that checks if the querystring exists and if it does return "[html]{%querystring%}[more html]"
|