@Html.TextArea(“Body”, null, new { cols = “55”, rows = “10” }) or
Tag: textbox
How to use Html.TextBox for Date in Asp.Net MVC
@Html.TextBox(“BookName”, Model.Books.BookName, new { @class = “form-control”, @type = “date” })
Get and Use TextBox Values with Javascript
Here is the example code to get and use TextBox Values with Javascript: