Please can anyone tell me all the properties or methods which I can use while using the following method of Html syntax:
<%= Html.TextBox("email", "", new { maxlength = 200 })%>
<%= Html.ValidationMessage("email", "*")%>
I want the link where I can get the complete syntax of the above.
You can use pretty much anything that prints something out, even methods which return numbers, strings, etc.