Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there an easy way to get the value of a Querystring after it has been rewritten to a nice looking url from within xslt?
cheers
Hi cato,
Could you give an example of what you mean?
To get query string parameters in xslt you can use
<xsl:value-of select="umbraco.library:RequestQueryString('yourParam')" />
You can get the current node id using
<xsl:value-of select="$currentpage/@id" />
Cheers,
Chris
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Retaining Querystring after URL rewrite
Is there an easy way to get the value of a Querystring after it has been rewritten to a nice looking url from within xslt?
cheers
Hi cato,
Could you give an example of what you mean?
To get query string parameters in xslt you can use
You can get the current node id using
Cheers,
Chris
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.