12345public ActionResult MyHtml({ var result = new FilePathResult($"~/Views/{htmlPageName}.html", "text/html"); return result;}