WebAssemblyRazorComponentsBuilderExtensions.AddInteractiveWebAssemblyComponents Method

Definition

Adds services to support rendering interactive WebAssembly components.

public static Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder AddInteractiveWebAssemblyComponents (this Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder builder);
static member AddInteractiveWebAssemblyComponents : Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder -> Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder
<Extension()>
Public Function AddInteractiveWebAssemblyComponents (builder As IRazorComponentsBuilder) As IRazorComponentsBuilder

Parameters

Returns

An IRazorComponentsBuilder that can be used to further customize the configuration.

Applies to