Our great sponsors
-
You don't mention what version of .net you are using so I am assuming .net core. There is a sample app for creating URL rewrites that Microsoft put out here https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/url-rewriting/samples/3.x/SampleApp. You will need to expand the rules in there to be dynamically added at run time but that should be possible.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Why should I put my own classes in a Microsoft.* namespace?
- I at my wits end here need help deciding on the architecture for SPA+API which uses Oauth to handle roles and permissions per user
- Performance improvements in ASP.NET Core 6
- Test input form to database
- What would you recommend me to learn in order to achieve this webpage?