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