Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebAssemblyRazorComponentsBuilderExtensions.AddInteractiveWebAssemblyComponents Method

Definition

Namespace:
Microsoft.Extensions.DependencyInjection
Assembly:
Microsoft.AspNetCore.Components.WebAssembly.Server.dll
Package:
Microsoft.AspNetCore.Components.WebAssembly.Server v10.0.0
Package:
Microsoft.AspNetCore.Components.WebAssembly.Server v11.0.0-preview.4.26230.115
Package:
Microsoft.AspNetCore.Components.WebAssembly.Server v8.0.19
Package:
Microsoft.AspNetCore.Components.WebAssembly.Server v9.0.8
Source:
WebAssemblyRazorComponentsBuilderExtensions.cs
Source:
WebAssemblyRazorComponentsBuilderExtensions.cs
Source:
WebAssemblyRazorComponentsBuilderExtensions.cs
Source:
WebAssemblyRazorComponentsBuilderExtensions.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?