These are html helpers, which renders html input tag in which the type attribute is set to text.
@Html.TextBox("example")This is the basic format of html helper for textbox. The html
@Html.TextBoxFor("example")@Html.EditorFor("example")