MvcInputControl Constructor (String)
Initializes a new instance of the MvcInputControl class.
Namespace: Microsoft.Web.Mvc.Controls
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
protected MvcInputControl(
string inputType
)
protected:
MvcInputControl(
String^ inputType
)
new :
inputType:string -> MvcInputControl
Protected Sub New (
inputType As String
)
Parameters
inputType
Type: System.StringThe type of input.
See Also
MvcInputControl Class
Microsoft.Web.Mvc.Controls Namespace
Return to top