System.Web.WebPages.Html Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
HtmlHelper |
Provides support for rendering HTML form controls and performing form validation in a web page. |
ModelState |
Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself. |
ModelStateDictionary |
Represents the result of binding a posted form to an action method, which includes information such as validation status and validation error messages. |
SelectListItem |
Represents an item in an HTML select list. |