WebAssemblyHostBuilder.Build Method    
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.
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.