In their example, the overriden GetUrl method should be what you are looking for - performing a check for the specific content type you want, and manipulating the URL to what you want it to be 👍
d
D_Inventor
01/05/2024, 7:00 PM
Unfortunately, just a custom URL provider is not enough. You would also need to implement a custom content finder and that is where the actual trouble starts, because now you need to traverse a significant portion of your content tree to check if your URL points to some content inside some other content.