System.Web.Mvc.Html Namespace
The System.Web.Mvc.Html namespace contains classes that help render HTML controls in an MVC application. The namespace includes classes that support forms, input controls, links, partial views, validation, and more.
Classes
Class | Description | |
---|---|---|
ChildActionExtensions | Represents support for calling child action methods and rendering the result inline in a parent view. | |
DisplayExtensions | Represents support for rendering object values as HTML. | |
DisplayTextExtensions | Provides a way to render object values as HTML. | |
EditorExtensions | Represents support for the HTML input element in an application. | |
FormExtensions | Represents support for HTML in an application. | |
InputExtensions | Represents support for HTML input controls in an application. | |
LabelExtensions | Represents support for the HTML label element in an ASP.NET MVC view. | |
LinkExtensions | Represents support for HTML links in an application. | |
MvcForm | Represents an HTML form element in an MVC view. | |
PartialExtensions | Represents the functionality to render a partial view as an HTML-encoded string. | |
RenderPartialExtensions | Provides support for rendering a partial view. | |
SelectExtensions | Represents support for making selections in a list. | |
TextAreaExtensions | Represents support for HTML textarea controls. | |
ValidationExtensions | Provides support for validating the input from an HTML form. |