WebAssemblyHostBuilder.Configuration Property
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.
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