WebAssemblyHostBuilder.Build Method

Definition

Builds a WebAssemblyHost instance based on the configuration of this builder.

public:
 Microsoft::AspNetCore::Components::WebAssembly::Hosting::WebAssemblyHost ^ Build();
public Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHost Build ();
member this.Build : unit -> Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHost
Public Function Build () As WebAssemblyHost

Returns

A WebAssemblyHost object.

Applies to