ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / Name Property

In This Topic
    Name Property (InputDateBase)
    In This Topic
    Gets or sets the name of the form input control.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public Property Name As String
    [Ignore()]
    public string Name {get; set;}
    See Also