0
public ActionResult Default()
{
ViewBag.Message = "Hello,World!";
var template = "<h1>@ViewBag.Message</h1>";
//How to make the content of the following "View" = "template"
return View();
}
然後建立HTML結果爲:如何從一個字符串返回鑑於MVC3在C#
Plase幫我,謝謝!我知道RazorEngine可以解析Razor文件,但不能將字符串渲染到View。
爲什麼?爲什麼不簡單地使用正確的視圖?這解決了什麼問題? – Oded 2013-02-08 20:37:21