Microsoft.Web.Mvc.Controls Namespace
The Microsoft.Web.Mvc.Controls namespace provides classes that represents the controls associated with ASP.NET MVC4.
| Class | Description | |
|---|---|---|
![]() | ActionLink | Represents a control that links to an action method. |
![]() | DropDownList | Represents a control that allows the user to select a single item from a drop-down list. |
![]() | Hidden | Represents a hidden control used to store a non-displayed value. |
![]() | Label | Represents a standard label. |
![]() | MvcControl | Represents a control associated with ASP.NET MVC. |
![]() | MvcInputControl | Represents the input controls associated with ASP.Net MVC. |
![]() | Password | Represents a password for MVC controls. |
![]() | Repeater | Represents a data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list. |
![]() | RepeaterItem | Represents an item in the repeater control. |
![]() | RouteValues | Represents the value of the routing module to a particular MVC control. |
![]() | TextBox | Represents a control used to display text content. |
| Enumeration | Description | |
|---|---|---|
![]() | EncodeType | Specifies the type of control encoding. |

