I have created a module that I want to trigger whenever a user updates the page's URL slug. However I am unable to get my custom module code to fire. I have tried a number of alternatives, namely:D...
My page is based on page type(view comes from live site project). I can't able to see alternative url under url in edit mode. EnableAlternativeUrls is true in live site startup.cs. How can I redire...
Is there a way that is considered the better way to get a page URL. (both of these are in my view models). I noticed just using something like this (url = test.RelativeURL) says it is deprecatedus...