WebAssemblyHost Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Objet hôte pour Blazor exécuté sous WebAssembly. Utilisez WebAssemblyHostBuilder pour initialiser un WebAssemblyHost.
public ref class WebAssemblyHost sealed : IAsyncDisposable
public sealed class WebAssemblyHost : IAsyncDisposable
type WebAssemblyHost = class
interface IAsyncDisposable
Public NotInheritable Class WebAssemblyHost
Implements IAsyncDisposable
- Héritage
-
WebAssemblyHost
- Implémente
Propriétés
Configuration |
Obtient la configuration de l’application. |
Services |
Obtient le fournisseur de services associé à l’application. |
Méthodes
DisposeAsync() |
Supprime l’hôte de façon asynchrone. |
RunAsync() |
Exécute l’application associée à cet hôte. |