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