Kaveinator / Portfolio

Front-end and back-end source code for my portfolio website!
https://kavemans.dev
2 stars 0 forks source link

Migrate to Razor Pages #15

Open Kaveinator opened 2 months ago

Kaveinator commented 2 months ago

I recently updated the WebServer, but this repository doesn't have its submodule and and it isn't updated to use Razor pages. Webpages used to be KeyValuePair<string, object?> based, but now with Razor, more logic can be implemented within views rather than needing to precompile into a dictionary to pass into a view.