Implemented interface members:
property
ContentRootPath
Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootPath
property
ContentRootPath
Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootPath
1 write to ContentRootPath
Microsoft.Extensions.Hosting (1)
HostBuilder.cs (1)
232ContentRootPath = ResolveContentRootPath(hostConfiguration[HostDefaults.ContentRootKey], AppContext.BaseDirectory),
2 references to ContentRootPath
Microsoft.Extensions.Hosting (2)
HostBuilder.cs (2)
247var physicalFileProvider = new PhysicalFileProvider(hostingEnvironment.ContentRootPath); 280.SetBasePath(_hostingEnvironment!.ContentRootPath)