IHostBuilderExtensions

A class for extending an instance.

Syntax

public static class IHostBuilderExtensions

Inheritance

Methods

AddBlazorEssentials<TConfiguration, TAppState, TMessageHandler>

public static IHostBuilder AddBlazorEssentials<TConfiguration, TAppState, TMessageHandler>(this IHostBuilder builder, string configSectionName, HttpHandlerMode httpHandlerMode) where TConfiguration : ConfigurationBase where TAppState : AppStateBase where TMessageHandler : DelegatingHandler
Adds Blazor capabilities to the provided .

Parameters

Returns

IHostBuilder

AddBlazorEssentials<TConfiguration, TAppState, TMessageHandler>

public static IHostBuilder AddBlazorEssentials<TConfiguration, TAppState, TMessageHandler>(this IHostBuilder builder, string configSectionName) where TConfiguration : ConfigurationBase where TAppState : AppStateBase where TMessageHandler : DelegatingHandler
Adds Blazor capabilities to the provided .

Parameters

Returns

IHostBuilder