Does DotNetNuke support ASP.NET MVC?

I am going to create a web application. I need a CMS that can be integrated with ASP.NET MVC.

Possible list of solutions: 1) Oxyt 2) MVC CMS 3) Unknown artist 4) N2.

Sorry for the obvious question, but can DotNetNuke be used with ASP.NET MVC? TIA

+3
source share
3 answers

No, DotNetNuke is built on ASP.Net WebForms and is heavily dependent on ViewState. Thus, at the moment it does not start on ASP.Net MVC.

+5
source

ASP.NET MVC , Kooboo CMS (kooboo.codeplex.com). CMS ASP.NET MVC CMS - asp net MVC.

+3

Source: https://habr.com/ru/post/1717437/


All Articles