Are there other ways I can return raw html from controller? As opposed to just using viewbag. like below:
public class HomeController : Controller { publ
public ActionResult Questionnaire() { return Redirect("~/MedicalHistory.html"); }