WebAssemblyHostBuilder.CreateDefault(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of WebAssemblyHostBuilder using the most common conventions and settings.
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
Parameters
- args
- String[]
The argument passed to the application's main method.