Ultimately they both produce the same HTML but Html.TextBoxFor() is strongly typed where as Html.TextBox isn't. 1: @Html.TextBox("Name") 2: ...
確定! 回上一頁