1 instantiation of WebAssemblyHostBuilder
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
58
var 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
"/>
44
WebAssemblyHostBuilder
builder,
Hosting\WebAssemblyHostBuilder.cs (6)
43
/// Creates an instance of <see cref="
WebAssemblyHostBuilder
"/> using the most common
47
/// <returns>A <see cref="
WebAssemblyHostBuilder
"/>.</returns>
54
public static
WebAssemblyHostBuilder
CreateDefault(string[]? args = default)
58
var
builder = new WebAssemblyHostBuilder(InternalJSImportMethods.Instance);
75
/// Creates an instance of <see cref="
WebAssemblyHostBuilder
"/> with the minimal configuration.
307
public
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>
19
public static
WebAssemblyHostBuilder
UseDefaultServiceProvider(
20
this
WebAssemblyHostBuilder
builder,
29
/// <param name="builder">The <see cref="
WebAssemblyHostBuilder
"/> to configure.</param>
31
/// <returns>The <see cref="
WebAssemblyHostBuilder
"/>.</returns>
32
public static
WebAssemblyHostBuilder
UseDefaultServiceProvider(
33
this
WebAssemblyHostBuilder
builder,