02 2019 档案
该文被密码保护。
摘要:产品类型:@Html.CheckBoxListFor(m=>m.ProductTypeId, (SelectList)ViewData["ProductType"],3,null) // 每行显示3个 产品类型:@Html.RadioButtonListFor(m => m.ProductTypeI
阅读全文
摘要:public static IHtmlContent CustomLabelFor(this IHtmlHelper helper, Expression> expression, object htmlAttributes) { string result; TagBuilder div = new TagBuilder("div"); ...
阅读全文
摘要:在DAL层中,建立工厂类 然后在DAL 传入 构造函数
阅读全文