@Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr")
@Html.ActionLink("应用程序名称", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
@Html.ActionLink("主页", "Index", "Home", new { area = "" }, null)
@Html.ActionLink("API", "Index", "Help", new { area = "" }, null)
@RenderBody()
@Scripts.Render("~/bundles/jquery") @Scripts.Render("~/bundles/bootstrap") @RenderSection("scripts", required: false)