System.Web.WebPages.Html Namespace

The System.Web.WebPages.Html namespace contains classes that are used to render HTML form elements and to perform validation on user input that is entered in HTML forms.

Classes

  Class Description
Public class HtmlHelper Provides support for rendering HTML form controls and performing form validation in a web page.
Public class ModelState Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself.
Public class ModelStateDictionary Represents the result of binding a posted form to an action method, which includes information such as validation status and validation error messages.
Public class SelectListItem Represents an item in an HTML select list.