Is it possible to use server side include in Razor view engine to include .html or .asp file? We have an .html file and .asp files that contain website menus that are used
@RenderPage("PageHeader.cshtml") @RenderPage("PageFooter.cshtml")
This works just fine and can save you a lot of time.