How to serve html file from another directory as ActionResult
Check this out : public ActionResult Index() { return new FilePathResult(“~/Html/index.htm”, “text/html”); }
Check this out : public ActionResult Index() { return new FilePathResult(“~/Html/index.htm”, “text/html”); }