URL Routing

Posted by Community Admin on 04-Aug-2018 20:07

URL Routing

All Replies

Posted by Community Admin on 04-Mar-2013 00:00

How would I go about setting up a page built through the page builder that has custom user controls on it to allow url parameters to be passed to it and accessible through my user control code behind.

Posted by Community Admin on 07-Mar-2013 00:00

Hello Rick,

If you decide on using UrlParameters as mechanism for passing data, please note that you widget (the one that will receive the URL parameters) needs to call  RouteHelper.SetUrlParametersResolved() as described in this blog post.
This allows Sitefinity to understand that you're passing a parameter to this page, and not looking for a particular resource on this URL.


All the best,
Boyan Barnev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed