Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

New Routing - enable MVC but with Views support but without Razor Page

Using services.AddControllersWithViews(); to provide MVC with Views supports. Razor Page is not available. So this similar to the "classic" MVC configuration.

close