使用Razor View引擎从部分视图ASP.NETMVC 3中将内容注入特定部分
_Layout.cshtml
@RenderSection("Scripts", false)
@section Scripts { @*Stuff comes here*@}
@section Scripts { <script> //code comes here </script>}<div> poo bar poo</div><div> @Html.Partial("_myPartial")</div>
Scripts
_myPartial
忽然笑
德玛西亚99