@model Currency @{ ViewBag.Title = "设置币种 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @if (!string.IsNullOrWhiteSpace(Model.CurrencyCode)) { }