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

In This Topic
    Value Property (ColorPickerTagHelper)
    In This Topic
    Gets or Sets the currently selected color.
    Syntax
    'Declaration
     
    Public Property Value As String
    public string Value {get; set;}
    See Also