标签: asp.net-mvc
以下是我正在使用的Html.LabelFor
Html.LabelFor
@Html.LabelFor(model => model.FirstOrDefault().Mobile, (string)ViewBag.Mobile, new { @class = "labelvalue" })
如果(string)ViewBag.Mobile中没有值,是否存在我缺少标签为空的内容。 因为如果ViewBag.Mobile为空,我默认获取我的模型属性名称,即移动而不是空。
(string)ViewBag.Mobile
ViewBag.Mobile