practical-aspnetcore
practical-aspnetcore copied to clipboard
All about routing
I still can't bloody find a built in way to do nested routing. Bloody hell.
https://andrewlock.net/using-routing-datatokens-in-asp-net-core/
@dodyg what do you mean by nested routing ?
Do you have any examples of nested routing ?
Something like
map.Route('/admin', map.Get('xxx') to respond to /admin/xxx