@page @functions { public string? DayName { get; set; } public void OnGet() { ViewData["Title"] = "Northwind B2B"; Model.DayName = DateTime.Now.ToString("dddd"); } }
We supply products to our customers.
It's @Model.DayName! Our customers include restaurants, hotels, and cruise lines.