You can simply just use the ContentResult to return a plain text string: public ActionResult Temp() { return Content("Hi there!"); }.
確定! 回上一頁