HtmlHelperExtensions Class

 

Represents support for rendering HTML extension controls in a view.

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

System.Object
  Microsoft.Web.Mvc.Html.HtmlHelperExtensions

[<AbstractClass>]
[<Sealed>]
type HtmlHelperExtensions = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAction(HtmlHelper, String, String, Object)

System_CAPS_pubmethodSystem_CAPS_staticActionLink(HtmlHelper, String, String, String, String, String, String, Object, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(HtmlHelper, String, String, Object, FormMethod, String, String, String, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticBeginRouteForm(HtmlHelper, String, RouteValueDictionary, FormMethod, String, String, String, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticCheckBox(HtmlHelper, String, Nullable<Boolean>, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticCheckBoxFor<'TModel>(HtmlHelper<'TModel>, Expression<Func<'TModel, Boolean>>, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticDisplay(HtmlHelper, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticDisplayFor<'TModel, 'TValue>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TValue>>, String, String)

System_CAPS_pubmethodSystem_CAPS_staticDisplayForModel(HtmlHelper, String, String)

System_CAPS_pubmethodSystem_CAPS_staticDisplayText(HtmlHelper, String)

System_CAPS_pubmethodSystem_CAPS_staticDisplayTextFor<'TModel, 'TResult>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TResult>>)

System_CAPS_pubmethodSystem_CAPS_staticDropDownList(HtmlHelper, String, IEnumerable<SelectListItem>, String, String, String, Boolean, String, String, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticDropDownListFor<'TModel, 'TProperty>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TProperty>>, IEnumerable<SelectListItem>, String, String, String, Boolean, String, String, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticEditor(HtmlHelper, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticEditorFor<'TModel, 'TValue>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TValue>>, String, String)

System_CAPS_pubmethodSystem_CAPS_staticEditorForModel(HtmlHelper, String, String)

System_CAPS_pubmethodSystem_CAPS_staticEndForm(HtmlHelper)

System_CAPS_pubmethodSystem_CAPS_staticHidden(HtmlHelper, String, Object, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticHiddenFor<'TModel, 'TProperty>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TProperty>>, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticLabel(HtmlHelper, String)

System_CAPS_pubmethodSystem_CAPS_staticLabelFor<'TModel, 'TValue>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TValue>>)

System_CAPS_pubmethodSystem_CAPS_staticLabelForModel(HtmlHelper)

System_CAPS_pubmethodSystem_CAPS_staticListBox(HtmlHelper, String, IEnumerable<SelectListItem>, String, String, Boolean, String, String, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticListBoxFor<'TModel, 'TProperty>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TProperty>>, IEnumerable<SelectListItem>, String, String, Boolean, String, String, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticPartial(HtmlHelper, String, Object, ViewDataDictionary)

System_CAPS_pubmethodSystem_CAPS_staticPassword(HtmlHelper, String, Object, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticPasswordFor<'TModel, 'TProperty>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TProperty>>, String, Boolean, String, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticRadioButton(HtmlHelper, String, Object, Nullable<Boolean>, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticRadioButtonFor<'TModel, 'TProperty>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TProperty>>, Object, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticRenderAction(HtmlHelper, String, String, Object)

System_CAPS_pubmethodSystem_CAPS_staticRenderPartial(HtmlHelper, String, Object, ViewDataDictionary)

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(HtmlHelper, String, String, String, String, String, Object, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticTextArea(HtmlHelper, String, String, String, String, Nullable<Int32>, String, Boolean, String, String, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticTextAreaFor<'TModel, 'TProperty>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TProperty>>, String, String, Nullable<Int32>, String, Boolean, String, String, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticTextBox(HtmlHelper, String, Object, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticTextBoxFor<'TModel, 'TProperty>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TProperty>>, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_staticValidate(HtmlHelper, String)

System_CAPS_pubmethodSystem_CAPS_staticValidateFor<'TModel, 'TProperty>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TProperty>>)

System_CAPS_pubmethodSystem_CAPS_staticValidationMessage(HtmlHelper, String, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticValidationMessageFor<'TModel, 'TProperty>(HtmlHelper<'TModel>, Expression<Func<'TModel, 'TProperty>>, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_staticValidationSummary(HtmlHelper, String, Boolean, String, String, String, String, String, String)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: