Share via


DropDownList.Name Property

 

Gets or sets the name of the drop down list.

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 name of the drop down list.

See Also

DropDownList Class
Microsoft.Web.Mvc.Controls Namespace

Return to top