SyntaxFix
Write A Post
Hire A Developer
Questions
As of 2020, using ContentResult is still the right approach as proposed above, but the usage is as follows:
ContentResult
return new System.Web.Mvc.ContentResult { Content = "Hi there! ?", ContentType = "text/plain; charset=utf-8" }