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

In This Topic
    Name Property (RangeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Range.Name. Sets whether the name of this Range.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also