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
Hi everybody,
Another website need to call a page of my umbraco website by its node id.
I know I can display a page using this kind of url :
http://www.mysite.com/NODEID.aspx
But it is possible to display the page with the node id in a querystring, and what would be the parameter name to use ?
http://www.mysite.com/?MYPARAMETERNAME=NODEID
Thanks a lot in advance !
Hi Carole,
II have not worked with querySting in Umbraco, but I have searched in the Forum and found, some documentation that I hope can help you.
DonĀ“t know how much do you know about XSLT, but in Umbraco there is lots of built in XSLT extensions, and one of the is for querystring.
I have found the documentation of the query string XSLT extension, and another post at the same subject.
http://our.umbraco.org/wiki/reference/umbracolibrary/requestquerystring
http://our.umbraco.org/forum/developers/xslt/3042-Umbraco-QueryString
I hope these pages can help you solve your question.
/Dennis
Thanks for your reply, but it is not what I need.
It's not about doing something on my page, but calling a page with its content ID, that have to be in the querystring.
I hope this is possible with umbraco.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to display a page from its content node Id, in a querystring ?
Hi everybody,
Another website need to call a page of my umbraco website by its node id.
I know I can display a page using this kind of url :
http://www.mysite.com/NODEID.aspx
But it is possible to display the page with the node id in a querystring, and what would be the parameter name to use ?
http://www.mysite.com/?MYPARAMETERNAME=NODEID
Thanks a lot in advance !
Hi Carole,
II have not worked with querySting in Umbraco, but I have searched in the Forum and found, some documentation that I hope can help you.
DonĀ“t know how much do you know about XSLT, but in Umbraco there is lots of built in XSLT extensions, and one of the is for querystring.
I have found the documentation of the query string XSLT extension, and another post at the same subject.
http://our.umbraco.org/wiki/reference/umbracolibrary/requestquerystring
http://our.umbraco.org/forum/developers/xslt/3042-Umbraco-QueryString
I hope these pages can help you solve your question.
/Dennis
Thanks for your reply, but it is not what I need.
It's not about doing something on my page, but calling a page with its content ID, that have to be in the querystring.
I hope this is possible with umbraco.
http://www.mysite.com/?MYPARAMETERNAME=NODEID
is working on a reply...