@page "/cart"

Cart

@foreach (var product in Products) {
@{ string price = @product.Price.ToString(); }
}