Share via


MvcInputControl.Name Property

 

Gets or sets the control name.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

The control name.

See Also

MvcInputControl Class
Microsoft.Web.Mvc.Controls Namespace

Return to top