mvcdonutcaching
mvcdonutcaching copied to clipboard
Not working with route attribute
i have following route attributes
[Route("topics/{character}/{slug}-names-p{page:int}")] [Route("topics/{character}/{slug}-names")]
but it shows the page 2 as empty. if i remove the route for paging. then the url is ?page=2, it works fine then.
It doesn't work with out query string parameter