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)
232
ContentRootPath
= ResolveContentRootPath(hostConfiguration[HostDefaults.ContentRootKey], AppContext.BaseDirectory),
1 reference to ContentRootPath
Microsoft.Extensions.Hosting (1)
HostBuilder.cs (1)
247
var physicalFileProvider = new PhysicalFileProvider(hostingEnvironment.
ContentRootPath
);