ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / AutoCompleteTagHelper Class / Name Property

In This Topic
    Name Property (AutoCompleteTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AutoCompleteBase<T>.Name. Sets the name of the control element.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also