WebAssemblyHostBuilder.Configuration Property

Definition

Gets an WebAssemblyHostConfiguration that can be used to customize the application's configuration sources and read configuration attributes.

public:
 property Microsoft::AspNetCore::Components::WebAssembly::Hosting::WebAssemblyHostConfiguration ^ Configuration { Microsoft::AspNetCore::Components::WebAssembly::Hosting::WebAssemblyHostConfiguration ^ get(); };
public Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHostConfiguration Configuration { get; }
member this.Configuration : Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHostConfiguration
Public ReadOnly Property Configuration As WebAssemblyHostConfiguration

Property Value

Applies to