HtmlHelper 自定义扩展
摘要:
public static class MyHtmlHelper { public static string MyLable(this HtmlHelper htmlHelper, string str) { return string.Format("{0}", str); } publ... 阅读全文
posted @ 2017-07-28 16:44 LarvaAndQing 阅读(146) 评论(0) 推荐(0) 编辑