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[]

アプリケーションの メイン メソッドに渡される引数。

戻り値

WebAssemblyHostBuilder

適用対象