@model Razor.Models.Product @{ ViewBag.Title = "DemoExpression"; }
PropertyValue
Name@Model.Name
Price@Model.Price
Stock Level @switch ((int)ViewBag.ProductCount) { case 0: @: Out of Stock break; case 1: Low Stock (@ViewBag.ProductCount) break; case 2: @ViewBag.ProductCount break; }
The containing element has data attributes
Discount: Express: Supplier: