0
如何進行的觀點,而不是母版頁名稱 佈局例如,而不是如何構建動態佈局mvc 4?
return View("Index", "_Layout");
使用返回剃刀碼驗證碼
return View("Index", @"
@using System.Diagnostics
@using iaumahallat.Helper
<!DOCTYPE html>
<html lang="en">
<head>
<title>@ViewBag.SiteTitle - @ViewBag.Title</title>
<meta name="description" content="@ViewBag.MetaDescription">
@Scripts.Render("~/bundles/modernizr")
</head>
<body>
@RenderBody()
@RenderSection("scripts", required: false)
</body>
</html>
");
你不能,因爲這不是一個有效的字符串;) –