InputExtensions Methods

 

Namespace:   System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCheckBox(HtmlHelper, String)

Returns a check box input element by using the specified HTML helper and the name of the form field.

System_CAPS_pubmethodSystem_CAPS_staticCheckBox(HtmlHelper, String, Boolean)

Returns a check box input element by using the specified HTML helper, the name of the form field, and a value to indicate whether the check box is selected.

System_CAPS_pubmethodSystem_CAPS_staticCheckBox(HtmlHelper, String, Boolean, IDictionary(Of String, Object))

Returns a check box input element by using the specified HTML helper, the name of the form field, a value to indicate whether the check box is selected, and the HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticCheckBox(HtmlHelper, String, Boolean, Object)

Returns a check box input element by using the specified HTML helper, the name of the form field, a value that indicates whether the check box is selected, and the HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticCheckBox(HtmlHelper, String, IDictionary(Of String, Object))

Returns a check box input element by using the specified HTML helper, the name of the form field, and the HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticCheckBox(HtmlHelper, String, Object)

Returns a check box input element by using the specified HTML helper, the name of the form field, and the HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticCheckBoxFor(Of TModel)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, Boolean)))

Returns a check box input element for each property in the object that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticCheckBoxFor(Of TModel)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, Boolean)), IDictionary(Of String, Object))

Returns a check box input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticCheckBoxFor(Of TModel)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, Boolean)), Object)

Returns a check box input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticHidden(HtmlHelper, String)

Returns a hidden input element by using the specified HTML helper and the name of the form field.

System_CAPS_pubmethodSystem_CAPS_staticHidden(HtmlHelper, String, Object)

Returns a hidden input element by using the specified HTML helper, the name of the form field, and the value.

System_CAPS_pubmethodSystem_CAPS_staticHidden(HtmlHelper, String, Object, IDictionary(Of String, Object))

Returns a hidden input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticHidden(HtmlHelper, String, Object, Object)

Returns a hidden input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticHiddenFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)))

Returns an HTML hidden input element for each property in the object that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticHiddenFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), IDictionary(Of String, Object))

Returns an HTML hidden input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticHiddenFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), Object)

Returns an HTML hidden input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticPassword(HtmlHelper, String)

Returns a password input element by using the specified HTML helper and the name of the form field.

System_CAPS_pubmethodSystem_CAPS_staticPassword(HtmlHelper, String, Object)

Returns a password input element by using the specified HTML helper, the name of the form field, and the value.

System_CAPS_pubmethodSystem_CAPS_staticPassword(HtmlHelper, String, Object, IDictionary(Of String, Object))

Returns a password input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticPassword(HtmlHelper, String, Object, Object)

Returns a password input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticPasswordFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)))

Returns a password input element for each property in the object that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticPasswordFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), IDictionary(Of String, Object))

Returns a password input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticPasswordFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), Object)

Returns a password input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticRadioButton(HtmlHelper, String, Object)

Returns a radio button input element that is used to present mutually exclusive options.

System_CAPS_pubmethodSystem_CAPS_staticRadioButton(HtmlHelper, String, Object, Boolean)

Returns a radio button input element that is used to present mutually exclusive options.

System_CAPS_pubmethodSystem_CAPS_staticRadioButton(HtmlHelper, String, Object, Boolean, IDictionary(Of String, Object))

Returns a radio button input element that is used to present mutually exclusive options.

System_CAPS_pubmethodSystem_CAPS_staticRadioButton(HtmlHelper, String, Object, Boolean, Object)

Returns a radio button input element that is used to present mutually exclusive options.

System_CAPS_pubmethodSystem_CAPS_staticRadioButton(HtmlHelper, String, Object, IDictionary(Of String, Object))

Returns a radio button input element that is used to present mutually exclusive options.

System_CAPS_pubmethodSystem_CAPS_staticRadioButton(HtmlHelper, String, Object, Object)

Returns a radio button input element that is used to present mutually exclusive options.

System_CAPS_pubmethodSystem_CAPS_staticRadioButtonFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), Object)

Returns a radio button input element for each property in the object that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticRadioButtonFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), Object, IDictionary(Of String, Object))

Returns a radio button input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticRadioButtonFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), Object, Object)

Returns a radio button input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticTextBox(HtmlHelper, String)

Returns a text input element by using the specified HTML helper and the name of the form field.

System_CAPS_pubmethodSystem_CAPS_staticTextBox(HtmlHelper, String, Object)

Returns a text input element by using the specified HTML helper, the name of the form field, and the value.

System_CAPS_pubmethodSystem_CAPS_staticTextBox(HtmlHelper, String, Object, IDictionary(Of 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.

System_CAPS_pubmethodSystem_CAPS_staticTextBox(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.

System_CAPS_pubmethodSystem_CAPS_staticTextBox(HtmlHelper, String, Object, String)

Returns a text input element.

System_CAPS_pubmethodSystem_CAPS_staticTextBox(HtmlHelper, String, Object, String, IDictionary(Of String, Object))

Returns a text input element.

System_CAPS_pubmethodSystem_CAPS_staticTextBox(HtmlHelper, String, Object, String, Object)

Returns a text input element.

System_CAPS_pubmethodSystem_CAPS_staticTextBoxFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)))

Returns a text input element for each property in the object that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_staticTextBoxFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), IDictionary(Of String, Object))

Returns a text input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticTextBoxFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), Object)

Returns a text input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.

System_CAPS_pubmethodSystem_CAPS_staticTextBoxFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), String)

Returns a text input element.

System_CAPS_pubmethodSystem_CAPS_staticTextBoxFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), String, IDictionary(Of String, Object))

Returns a text input element.

System_CAPS_pubmethodSystem_CAPS_staticTextBoxFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), String, Object)

Returns a text input element.

Return to top
Show: