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

In This Topic
    AriaLabel Property (BooleanCheckerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.SelectorBase<T>.AriaLabel. Sets the aria label property of selector.
    Syntax
    'Declaration
     
    Public Overridable Property AriaLabel As String
    public virtual string AriaLabel {get; set;}
    See Also