Add static Routes without visible Identifiers in Url in Razor Pages – SEO
We want to migrate a Website from Asp.Net Webforms to Asp.Net Core Webapplication (Razor Pages). We now have readable Urls without visible identifiers (for readability, SEO and to prevent changing Urls after possible database migrations...). For that i generated dynamically…