1 instantiation of WebAssemblyHostBuilder
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
58var builder = new WebAssemblyHostBuilder(InternalJSImportMethods.Instance);
17 references to WebAssemblyHostBuilder
Microsoft.AspNetCore.Components.WebAssembly (17)
Hosting\WebAssemblyHost.cs (2)
18/// A host object for Blazor running under WebAssembly. Use <see cref="WebAssemblyHostBuilder"/> 44WebAssemblyHostBuilder builder,
Hosting\WebAssemblyHostBuilder.cs (6)
43/// Creates an instance of <see cref="WebAssemblyHostBuilder"/> using the most common 47/// <returns>A <see cref="WebAssemblyHostBuilder"/>.</returns> 54public static WebAssemblyHostBuilder CreateDefault(string[]? args = default) 58var builder = new WebAssemblyHostBuilder(InternalJSImportMethods.Instance); 75/// Creates an instance of <see cref="WebAssemblyHostBuilder"/> with the minimal configuration. 307public WebAssemblyHostBuilder UseServiceProviderOptions(ServiceProviderOptions options)
Hosting\WebassemblyHostBuilderExtensions.cs (9)
9/// Extension methods for configuring a <see cref="WebAssemblyHostBuilder"/>. 16/// <param name="builder">The <see cref="WebAssemblyHostBuilder"/> to configure.</param> 18/// <returns>The <see cref="WebAssemblyHostBuilder"/>.</returns> 19public static WebAssemblyHostBuilder UseDefaultServiceProvider( 20this WebAssemblyHostBuilder builder, 29/// <param name="builder">The <see cref="WebAssemblyHostBuilder"/> to configure.</param> 31/// <returns>The <see cref="WebAssemblyHostBuilder"/>.</returns> 32public static WebAssemblyHostBuilder UseDefaultServiceProvider( 33this WebAssemblyHostBuilder builder,