Simple C# web framework for .NET 6
For example applications using this package, look at:
You can run the following:
dotnet pack -p:Configuration=Release
This will produce a Maussoft.Mvc
NuGet package file in the bin/Release
directory.
- add prettier 404 for nonmatching route
- add debug toolbar with
- routing debugger (remove router debug output)
- API client debugger (API call pane)
- MySQL connection debugging (query pane)
read-only sessions (idempotency)- database access disabled for view
- csrf token support on post requests
- named parameters on get requests