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标签的属性集合。使用方法如下。
1.ActionLink
|
2.RouteLink
|
3.Form 2种方法
|
4.TextBox , Hidden ,
|
5.TextArea
|
6.CheckBox
|
7.ListBox
|
8.DropDownList
|
9.Partial 视图模板
|
转:http://www.cnblogs.com/fishtreeyu/archive/2011/03/23/1992498.html