1 implementation of Build
MockHostTypes (1)
WebHostBuilder.cs (1)
8
public IWebHost
Build
() => new WebHost();
1 reference to Build
CreateWebHostBuilderPatternTestSite (1)
Program.cs (1)
12
var webHost = CreateWebHostBuilder(args).
Build
();