@{ ViewBag.Title = "Details"; }

Thank you for your Purchase

Purchase 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())