WebAssemblyRazorComponentsBuilderExtensions.AddInteractiveWebAssemblyComponents Method

Definition

Overloads

Name Description
AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder)

Adds services to support rendering interactive WebAssembly components.

AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder, Action<WebAssemblyComponentsOptions>)

Adds services to support rendering interactive WebAssembly components.

AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder)

Source:
WebAssemblyRazorComponentsBuilderExtensions.cs
Source:
WebAssemblyRazorComponentsBuilderExtensions.cs
Source:
WebAssemblyRazorComponentsBuilderExtensions.cs
Source:
WebAssemblyRazorComponentsBuilderExtensions.cs

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

AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder, Action<WebAssemblyComponentsOptions>)

Source:
WebAssemblyRazorComponentsBuilderExtensions.cs

Adds services to support rendering interactive WebAssembly components.

public static Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder AddInteractiveWebAssemblyComponents(this Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder builder, Action<Microsoft.AspNetCore.Components.WebAssembly.Server.WebAssemblyComponentsOptions>? configure);
static member AddInteractiveWebAssemblyComponents : Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder * Action<Microsoft.AspNetCore.Components.WebAssembly.Server.WebAssemblyComponentsOptions> -> Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder
<Extension()>
Public Function AddInteractiveWebAssemblyComponents (builder As IRazorComponentsBuilder, configure As Action(Of WebAssemblyComponentsOptions)) As IRazorComponentsBuilder

Parameters

Returns

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

Applies to