@{ ViewBag.Title = "Details"; }
@Html.Label("", "Color: ") | @Html.Label("", ViewData["Color"].ToString()) |
@Html.Label("", "Size: ") | @Html.Label("", ViewData["Size"].ToString()) |
@Html.Label("", "Price: ") | @Html.Label("", "$" + ViewData["Price"].ToString()) |