7 如何在ASP.NET MVC3 Razor中创建只读文本框 如何使用Razor视图引擎在ASP.NET MVC3中创建一个只读文本框? 有没有HTMLHelper方法可以做到这一点? 类似于以下内容? @Html.ReadOnlyTextBoxFor(m => m.userCode) 118 c# asp.net-mvc-3 razor html-helper readonly-attribute