mvcdonutcaching icon indicating copy to clipboard operation
mvcdonutcaching copied to clipboard

Not working with route attribute

Open WaqasRL opened this issue 9 years ago • 0 comments

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

WaqasRL avatar Apr 04 '16 20:04 WaqasRL