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);
1 reference to ContentRootFileProvider
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
MvcRazorRuntimeCompilationOptions.cs (1)
20
/// <see cref="IHostingEnvironment.
ContentRootFileProvider
"/> that is rooted at the application root.