In MVC3, you can set width as follows: @Html.TextBoxFor(c => c.PropertyName, new { style = "width: 500px;" }).
確定! 回上一頁