Share via


MvcInputControl.InputType Property

 

Gets or sets the type of the input associated with the control.

Namespace:   Microsoft.Web.Mvc.Controls
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

[BrowsableAttribute(false)]
public string InputType { get; private set; }
public:
[BrowsableAttribute(false)]
property String^ InputType {
    String^ get();
    private: void set(String^ value);
}
[<BrowsableAttribute(false)>]
member InputType : string with get, private set
<BrowsableAttribute(False)>
Public Property InputType As String
    Get
    Private Set
End Property

Property Value

Type: System.String

The type of the input associated with the control.

See Also

MvcInputControl Class
Microsoft.Web.Mvc.Controls Namespace

Return to top