1 instantiation of WebAssemblyHost
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
328
return new
WebAssemblyHost
(this, services, scope, _persistedState);
5 references to WebAssemblyHost
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()