1 instantiation of WebAssemblyHost
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
328return new WebAssemblyHost(this, services, scope, _persistedState);
7 references to WebAssemblyHost
BlazorHosted.Client (1)
Program.cs (1)
28var host = builder.Build();
BlazorStandalone (1)
Program.cs (1)
36var host = builder.Build();
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHost.cs (1)
19/// to initialize a <see cref="WebAssemblyHost"/>.
Hosting\WebAssemblyHostBuilder.cs (4)
26/// A builder for configuring and creating a <see cref="WebAssemblyHost"/>. 314/// Builds a <see cref="WebAssemblyHost"/> instance based on the configuration of this builder. 316/// <returns>A <see cref="WebAssemblyHost"/> object.</returns> 317public WebAssemblyHost Build()