Implemented interface member:
property
ContentRootPath
Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootPath
1 write to ContentRootPath
Microsoft.AspNetCore.Server.Kestrel.Tests (1)
KestrelConfigurationLoaderTests.cs (1)
26
var env = new MockHostingEnvironment { ApplicationName = "TestApplication",
ContentRootPath
= Directory.GetCurrentDirectory() };