1 instantiation of WebAssemblyHost
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
328
return new
WebAssemblyHost
(this, services, scope, _persistedState);
7 references to WebAssemblyHost
BlazorHosted.Client (1)
Program.cs (1)
28
var
host = builder.Build();
BlazorStandalone (1)
Program.cs (1)
36
var
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>
317
public
WebAssemblyHost
Build()