.net-mvc的 HtmlHelper
//例子 <%: Html.ActionLink("这是HtmlHeler来的方法","About","Home",new {xname="demdddd"},new {@class="demo"}) %> <%: Html.TextBox("txtName","3",new {}) %> 男:<%: Html.RadioButton("txtGender",1,true) %><br/> 女:<%: Html.RadioButton("txtGender",2,false) %><br/>