Implemented interface member:
method
GetSetting
Microsoft.AspNetCore.Hosting.IWebHostBuilder.GetSetting(System.String)
2 references to GetSetting
Microsoft.AspNetCore.Tests (2)
WebApplicationTests.cs (2)
1101
Assert.Equal("value", builder.WebHost.
GetSetting
("A"));
1102
Assert.Equal("another", builder.WebHost.
GetSetting
("B"));