Relative Content

Tag Archive for asp.net-coreroutes

asp.net controller routing instead of file system

In my web application I have a controller with a fallback-route so that every request goes to this controller and additionally I use the PhysicalFileProvider to serve static files from a specific directory.