摘要: 产品类型:@Html.CheckBoxListFor(m=>m.ProductTypeId, (SelectList)ViewData["ProductType"],3,null) // 每行显示3个 产品类型:@Html.RadioButtonListFor(m => m.ProductTypeI 阅读全文
posted @ 2019-02-18 15:08 酒沉吟 阅读(346) 评论(0) 推荐(0)
摘要: public static IHtmlContent CustomLabelFor(this IHtmlHelper helper, Expression> expression, object htmlAttributes) { string result; TagBuilder div = new TagBuilder("div"); ... 阅读全文
posted @ 2019-02-18 14:02 酒沉吟 阅读(2159) 评论(1) 推荐(0)