@page @functions { public string? DayName { get; set; } public void OnGet() { ViewData["Title"] = "Northwind B2B"; Model.DayName = DateTime.Now.ToString("dddd"); } }

Welcome to Northwind B2B

We supply products to our customers.


It's @Model.DayName! Our customers include restaurants, hotels, and cruise lines.

Learn more about our suppliers

Contact our employees