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