.net mvc content result
public ActionResult AjaxContent() { return Content("this is a string content"); }