@model Razor.Models.Product @{ ViewBag.Title = "NameAndPrice"; Layout = "~/Views/_BasicLayout.cshtml"; }

NameAndPrice

The product name is @Model.Name and it costs $@Model.Price