Used within a ASP.NET Core Blazor Project:
In Program.cs
var builder = WebApplication.CreateBuilder(args);
Use Console.WriteLine($"Content root path: {builder.Environment.ContentRootPath}."); to show the default configuration for the content root path of the builder environment.