随笔分类 -  .Net MVC备忘录

C# ASP.NET MVC HtmlHelper用法大全
摘要:HTML扩展类的所有方法都有2个参数:以textbox为例子public static string TextBox( this HtmlHelper htmlHelper, string name, Object value, IDictionary<string, Object> htmlAttributes )public static string TextBox( this HtmlHelper htmlHelper, string name, Object value, Object htmlAttributes )这2个参数代表这个html标签的属性集合。使用方法如下 阅读全文
posted @ 2011-03-23 14:31 墟零 阅读(14401) 评论(0) 推荐(6)