摘要:
在项目中,经常用到自定义的控件.引入命名空间 :using System.Web.Mvc;public static MvcHtmlString UIAction(this HtmlHelper helper, string value, string href, string width, string cssClass, object htmlAttributes) { StringBuilder ui = new StringBuilder(); ui.AppendFormat("<input"); ui.AppendFormat(" type=
阅读全文