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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...