@model Yavsc.Models.Drawing.Color @{ ViewData["Title"] = "Edit"; }

Edit

Color


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