@using VberZero.Tools.StringModel @model VberAdmin.Web.Models.Modals.VmModal @if (Model != null) { string width = Model.Width == null || Model.Width <= 50 ? "" : "max-width:" + Model.Width + "px"; string size = string.IsNullOrEmpty(Model.SizeClass) ? "" : Model.SizeClass.Sw("modal-");
}