VolvoxCommunity / Volvox.Helios-old

Powerful, modular, web-managed, open-source Discord bot created by a community for communities.
http://www.volvox.tech
MIT License
48 stars 17 forks source link

Convert to Razor Pages #28

Open BillChirico opened 6 years ago

BillChirico commented 6 years ago

Instead of using view models, controllers, and views we should convert to Razor Pages.

Documentation: https://docs.microsoft.com/en-us/aspnet/core/razor-pages/?view=aspnetcore-2.1&tabs=visual-studio

jtom38 commented 6 years ago

I have started to work on this.