WebAssemblyHostBuilder.Configuration Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine WebAssemblyHostConfiguration ab, mit der die Konfigurationsquellen der Anwendung angepasst und Konfigurationsattribute gelesen werden können.
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