1 implementation of ContentRootFileProvider
Microsoft.AspNetCore.Hosting (1)
Internal\HostingEnvironment.cs (1)
26
public IFileProvider
ContentRootFileProvider
{ get; set; } = default!;
1 write to ContentRootFileProvider
Microsoft.AspNetCore.Hosting (1)
Internal\HostingEnvironmentExtensions.cs (1)
24
hostingEnvironment.
ContentRootFileProvider
= new PhysicalFileProvider(hostingEnvironment.ContentRootPath);