WebAssemblyHost Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A host object for Blazor running under WebAssembly. Use WebAssemblyHostBuilder to initialize a WebAssemblyHost.
public ref class WebAssemblyHost sealed : IAsyncDisposablepublic sealed class WebAssemblyHost : IAsyncDisposabletype WebAssemblyHost = class
    interface IAsyncDisposablePublic NotInheritable Class WebAssemblyHost
Implements IAsyncDisposable- Inheritance
- 
				WebAssemblyHost
- Implements
Properties
| Configuration | Gets the application configuration. | 
| Services | Gets the service provider associated with the application. | 
Methods
| DisposeAsync() | Disposes the host asynchronously. | 
| RunAsync() | Runs the application associated with this host. |