London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi Peter,
Each page has a property called PageExternalURL that contains the "simple url" for the page. Thus it is not possible to have mueltiple simple urls on one page.
There are two solutions:
1. Create a new page and add a shortcut to the right page
2. Use the URL Rewrite IIS module to add a redirect rule
string simpleurl = (string)CurrentPage.Property["PageExternalURL"].Value;
-Alex
Hi!
Is it possible to have more than one simple url on a page? I want to avoid creating multiple pages and use dynamic content.
/Peter