ASP.NET razor Html.TextArea. Solution: Just change the code to: @Html.TextArea("Message", new { rows=10, columns=40 }). without the named parameter.
確定! 回上一頁