摘要:
第一个参数为我们为他们取一个名字,对应id和name,第二个参数则为值,第三个参数则为属性例如<%=Html.TextBox("Remark", "", new { style = "width:200px;" })%>这个产生的html元素就是<input id="Remark" name="Remark" style="width:200px;" type="text" value="" />我们就可以参照这 阅读全文
posted @ 2012-09-12 17:26
莫等闲也
阅读(12329)
评论(2)
推荐(0)
浙公网安备 33010602011771号