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
In my _Layout.cshtml I added following line:
@Html.Partial("InsertHelper")
Then I created InsertHelper.aspx in my Shared folder with this content:
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %>