using Microsoft.AspNetCore.Mvc.Razor; public abstract class CustomRazorPage : RazorPage { public string CustomText { get; } = "Gardyloo! - A Scottish warning yelled from a window before dumping a slop bucket on the street below."; }