public static class WebAssemblyHostBuilderExtensions
public static WebAssemblyHostBuilder AddBlazorEssentials<TConfiguration, TAppState, TMessageHandler>(this WebAssemblyHostBuilder builder, string configSectionName) where TConfiguration : ConfigurationBase where TAppState : AppStateBase where TMessageHandler : DelegatingHandler
public static WebAssemblyHostBuilder AddBlazorEssentials<TConfiguration, TAppState>(this WebAssemblyHostBuilder builder, string configSectionName) where TConfiguration : ConfigurationBase where TAppState : AppStateBase