WebApplicationFactory<TEntryPoint>.CreateWebHostBuilder 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IWebHostBuilder创建用于设置 的 TestServer。
protected:
virtual Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ CreateWebHostBuilder();
protected virtual Microsoft.AspNetCore.Hosting.IWebHostBuilder CreateWebHostBuilder ();
protected virtual Microsoft.AspNetCore.Hosting.IWebHostBuilder? CreateWebHostBuilder ();
abstract member CreateWebHostBuilder : unit -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
override this.CreateWebHostBuilder : unit -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
Protected Overridable Function CreateWebHostBuilder () As IWebHostBuilder
返回
一个 IWebHostBuilder 实例。
注解
此方法的默认实现查找 public static IWebHostBuilder CreateWebHostBuilder(string[] args)
在 程序集 TEntryPoint
的入口点上定义的方法,并调用它作为参数传递空字符串数组。