Microsoft.Web.Mvc.Controls Namespace

 

The Microsoft.Web.Mvc.Controls namespace provides classes that represents the controls associated with ASP.NET MVC4.

Classes

Class Description
System_CAPS_pubclass ActionLink

Represents a control that links to an action method.

System_CAPS_pubclass DropDownList

Represents a control that allows the user to select a single item from a drop-down list.

System_CAPS_pubclass Hidden

Represents a hidden control used to store a non-displayed value.

System_CAPS_pubclass Label

Represents a standard label.

System_CAPS_pubclass MvcControl

Represents a control associated with ASP.NET MVC.

System_CAPS_pubclass MvcInputControl

Represents the input controls associated with ASP.Net MVC.

System_CAPS_pubclass Password

Represents a password for MVC controls.

System_CAPS_pubclass Repeater

Represents a data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list.

System_CAPS_pubclass RepeaterItem

Represents an item in the repeater control.

System_CAPS_pubclass RouteValues

Represents the value of the routing module to a particular MVC control.

System_CAPS_pubclass TextBox

Represents a control used to display text content.

Enumerations

Enumeration Description
System_CAPS_pubenum EncodeType

Specifies the type of control encoding.

Return to top