@using IwbZero.ToolCommon.StringModel @model ContractService.Views.Shared.Modals.ModalViewModel @{ string width = Model.Width == null || Model.Width <= 500 ? "" : "max-width:" + Model.Width + "px"; string size = string.IsNullOrEmpty(Model.SizeClass) ? "" : Model.SizeClass.Sw("modal-"); string center = Model.IsCenter ? "modal-dialog-centered" : ""; }