Microsoft.AspNetCore.Components.WebAssembly.Hosting Namespace
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.
Provides types that help configure and start web Blazor WebAssembly apps.
Classes
RootComponentMappingCollection |
Defines a collection of RootComponentMapping items. |
WebAssemblyHost |
A host object for Blazor running under WebAssembly. Use WebAssemblyHostBuilder to initialize a WebAssemblyHost. |
WebAssemblyHostBuilder |
A builder for configuring and creating a WebAssemblyHost. |
WebAssemblyHostConfiguration |
WebAssemblyHostConfiguration is a class that implements the interface of an IConfiguration, IConfigurationRoot, and IConfigurationBuilder. It can be used to simulatneously build and read from a configuration object. |
WebAssemblyHostEnvironmentExtensions |
Static class that adds extension methods to IWebAssemblyHostEnvironment. |
Structs
RootComponentMapping |
Defines a mapping between a root IComponent and a DOM element selector. |
Interfaces
IWebAssemblyHostEnvironment |
Provides information about the hosting environment an application is running in. |
Remarks
For more information Blazor WebAssembly hosting, see Host and deploy ASP.NET Core Blazor WebAssembly.