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)

Inheritance Hierarchy

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

Syntax

public static class HtmlHelperExtensions
[ExtensionAttribute]
public ref class HtmlHelperExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type HtmlHelperExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class HtmlHelperExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Action(HtmlHelper, String, String, Object)

System_CAPS_pubmethodSystem_CAPS_static ActionLink(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_static BeginForm(HtmlHelper, String, String, Object, FormMethod, String, String, String, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static BeginRouteForm(HtmlHelper, String, RouteValueDictionary, FormMethod, String, String, String, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static CheckBox(HtmlHelper, String, Nullable<Boolean>, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_static CheckBoxFor<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_static Display(HtmlHelper, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static DisplayFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, String)

System_CAPS_pubmethodSystem_CAPS_static DisplayForModel(HtmlHelper, String, String)

System_CAPS_pubmethodSystem_CAPS_static DisplayText(HtmlHelper, String)

System_CAPS_pubmethodSystem_CAPS_static DisplayTextFor<TModel, TResult>(HtmlHelper<TModel>, Expression<Func<TModel, TResult>>)

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

System_CAPS_pubmethodSystem_CAPS_static DropDownListFor<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_static Editor(HtmlHelper, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static EditorFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, String)

System_CAPS_pubmethodSystem_CAPS_static EditorForModel(HtmlHelper, String, String)

System_CAPS_pubmethodSystem_CAPS_static EndForm(HtmlHelper)

System_CAPS_pubmethodSystem_CAPS_static Hidden(HtmlHelper, String, Object, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static HiddenFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static Label(HtmlHelper, String)

System_CAPS_pubmethodSystem_CAPS_static LabelFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>)

System_CAPS_pubmethodSystem_CAPS_static LabelForModel(HtmlHelper)

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

System_CAPS_pubmethodSystem_CAPS_static ListBoxFor<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_static Partial(HtmlHelper, String, Object, ViewDataDictionary)

System_CAPS_pubmethodSystem_CAPS_static Password(HtmlHelper, String, Object, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_static PasswordFor<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_static RadioButton(HtmlHelper, String, Object, Nullable<Boolean>, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_static RadioButtonFor<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_static RenderAction(HtmlHelper, String, String, Object)

System_CAPS_pubmethodSystem_CAPS_static RenderPartial(HtmlHelper, String, Object, ViewDataDictionary)

System_CAPS_pubmethodSystem_CAPS_static RouteLink(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_static TextArea(HtmlHelper, String, String, String, String, Nullable<Int32>, String, Boolean, String, String, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_static TextAreaFor<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_static TextBox(HtmlHelper, String, Object, String, String, Boolean, String, String, Nullable<Int32>, Boolean, Nullable<Int32>, String, Nullable<Int32>, String)

System_CAPS_pubmethodSystem_CAPS_static TextBoxFor<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_static Validate(HtmlHelper, String)

System_CAPS_pubmethodSystem_CAPS_static ValidateFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>)

System_CAPS_pubmethodSystem_CAPS_static ValidationMessage(HtmlHelper, String, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static ValidationMessageFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, String, String, String, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static ValidationSummary(HtmlHelper, String, Boolean, String, String, String, String, String, String)

Thread Safety

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

See Also

Microsoft.Web.Mvc.Html Namespace

Return to top