摘要:
public static class CheckBoxListExtend{ public static MvcHtmlString CheckBoxList(this HtmlHelper helper, string name, IEnumerable selectList) { return CheckBoxList(helper, name, selectList, new { }); } public static MvcHtmlString CheckBoxList(this HtmlHelper helper, string name, I... 阅读全文
posted @ 2014-02-17 13:59
飞上青天
阅读(494)
评论(0)
推荐(0)
浙公网安备 33010602011771号