I have successfuly built a custom IContentFinder extention that routes /news/YEAR/MONTH/ to my NewsPage Document but when I load up the page and check Model.URL() it always just returns /news/ so I can’t parse out the YEAR and MONTH values even though I still see them in the browser’s URL. How can I pull these values at the template level so I can parse them and act on them as needed?
I should say, I can pull the Razor Page’s Context request but was not sure if there is a better way to do it since it’s umbraco.