Quick aide-mémoire, returning programmatic html in MVC July 1, 2011July 1, 2011pauliom public ActionResult SayHello() { return new ContentResult() { Content = "hello" }; } Rate this:Share this: Click to share on Facebook (Opens in new window) Facebook Click to email a link to a friend (Opens in new window) Email Click to share on X (Opens in new window) X More Click to share on Reddit (Opens in new window) Reddit Click to print (Opens in new window) Print Click to share on LinkedIn (Opens in new window) LinkedIn Like Loading... Related