Example of ColorPicker in ASP.NET Core Color Picker Control
Click the submit button to post the current value of the ColorPicker. When submitting with color value `#000080`, validation error message will be shown by using Data Annotation.
DEMO
SOURCE
Choose a color
This sample demonstrates For extensions tag helper support in ColorPicker. You can bind model property to the ColorPicker by adding an attribute `ejs-for` and assign model property to it, and also add `name` attribute and assign model property to it.
While submitting form, the model property will be based on current value
of the ColorPicker.
More information about ColorPicker can be found in this documentation section.