WebAssemblyHostBuilder.CreateDefault(String[]) 方法

定义

使用最常见的约定和设置创建 的 WebAssemblyHostBuilder 实例。

public static Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHostBuilder CreateDefault (string[] args = default);
public static Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHostBuilder CreateDefault (string[]? args = default);
static member CreateDefault : string[] -> Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHostBuilder
Public Shared Function CreateDefault (Optional args As String() = Nothing) As WebAssemblyHostBuilder

参数

args
String[]

传递给应用程序的 main 方法的参数。

返回

一个 WebAssemblyHostBuilder

适用于