@model Color @{ ViewData["Title"] = "Create"; }

Create

Color


@await Html.PartialAsync("ColorEditor",Model)
Back to List