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:FacebookEmailTwitterMoreRedditPrintLinkedInLike this:Like Loading... Related