InputExtensions.TextBox Method
Visual Studio 2010
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. |
Community Additions
ADD
Show: