InputExtensions.TextBox Method
Returns a text input element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TextBox(HtmlHelper, String) | Returns a text input element by using the specified HTML helper and the name of the form field. |
|
TextBox(HtmlHelper, String, Object) | Returns a text input element by using the specified HTML helper, the name of the form field, and the value. |
|
TextBox(HtmlHelper, String, Object, IDictionary(String, Object)) | Returns a text input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes. |
|
TextBox(HtmlHelper, String, Object, Object) | Returns a text input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes. |
|
TextBox(HtmlHelper, String, Object, String) | Returns a text input element. |
|
TextBox(HtmlHelper, String, Object, String, IDictionary(String, Object)) | Returns a text input element. |
|
TextBox(HtmlHelper, String, Object, String, Object) | Returns a text input element. |
Show: