@{ bool isok = !string.IsNullOrEmpty(Context.Session.GetString("SPWD")); } @Html.Partial("_layout_assets") @RenderSection("head",false) @if (isok) {
@RenderSection("content", false)
} else { @Html.Partial("SPwd") IgnoreSection("content"); } @RenderSection("script", false)