WebAssemblyHost Třída

Definice

Objekt hostitele pro Blazor spuštěný v rámci WebAssembly. Slouží WebAssemblyHostBuilder k inicializaci .WebAssemblyHost

public ref class WebAssemblyHost sealed : IAsyncDisposable
public sealed class WebAssemblyHost : IAsyncDisposable
type WebAssemblyHost = class
    interface IAsyncDisposable
Public NotInheritable Class WebAssemblyHost
Implements IAsyncDisposable
Dědičnost
WebAssemblyHost
Implementuje

Vlastnosti

Configuration

Získá konfiguraci aplikace.

Services

Získá poskytovatele služby přidružené k aplikaci.

Metody

DisposeAsync()

Odstraní hostitele asynchronně.

RunAsync()

Spustí aplikaci přidruženou k tomuto hostiteli.

Platí pro