Microsoft.AspNetCore.Components.WebAssembly.Server 11.0.0-preview.6.26359.118

About

Microsoft.AspNetCore.Components.WebAssembly.Server provides runtime server features for ASP.NET Core Blazor applications that have a client running under WebAssembly.

Key Features

  • Provides the ability to statically render components that utilize WebAssembly interactivity
  • Enables debugging functionality for code running in WebAssembly
  • Allows serialization and transmission of server-side authentication state for use during WebAssembly interactivity

How to Use

To use Microsoft.AspNetCore.Components.WebAssembly.Server, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Components.WebAssembly.Server

Configuration

To enable WebAssembly interactivity in a Blazor Web app, configure it in your app's Program.cs:

builder.Services.AddRazorComponents()
    .AddInteractiveWebAssemblyComponents();

var app = builder.Build();

if (app.Environment.IsDevelopment())
{
    app.UseWebAssemblyDebugging();
}

app.UseAntiforgery();
app.MapStaticAssets();
app.MapRazorComponents<App>()
    .AddInteractiveWebAssemblyRenderMode()
    .AddAdditionalAssemblies(typeof(BlazorWebApp.Client._Imports).Assembly);

Make sure to update the call to AddAdditionalAssemblies with any client assemblies that should be included in the Blazor application.

Main Types

The main types provided by this package are:

  • WebAssemblyComponentsEndpointOptions: Provides options for configuring interactive WebAssembly components
  • AuthenticationStateSerializationOptions: Provides options for configuring the JSON serialization of the AuthenticationState to the WebAssembly client

Additional Documentation

For additional documentation and examples, refer to the official documentation on Blazor.

Feedback & Contributing

Microsoft.AspNetCore.Components.WebAssembly.Server is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

No packages depend on Microsoft.AspNetCore.Components.WebAssembly.Server.

.NET 11.0

Version Downloads Last updated
11.0.0-preview.6.26359.118 1 21.07.2026
11.0.0-preview.5.26302.115 6 14.06.2026
11.0.0-preview.4.26230.115 6 20.05.2026
11.0.0-preview.3.26207.106 8 27.04.2026
11.0.0-preview.2.26159.112 5 19.03.2026
11.0.0-preview.1.26104.118 9 12.02.2026
10.0.10 1 21.07.2026
10.0.9 5 14.06.2026
10.0.8 6 20.05.2026
10.0.7 6 27.04.2026
10.0.6 7 27.04.2026
10.0.5 5 19.03.2026
10.0.4 6 19.03.2026
10.0.3 13 12.02.2026
10.0.2 6 09.02.2026
10.0.1 8 19.12.2025
10.0.0 19 19.12.2025
10.0.0-rc.2.25502.107 10 19.12.2025
10.0.0-rc.1.25451.107 18 19.12.2025
10.0.0-preview.7.25380.108 7 19.12.2025
10.0.0-preview.6.25358.103 7 08.08.2025
10.0.0-preview.5.25277.114 8 12.06.2025
10.0.0-preview.4.25258.110 9 12.06.2025
10.0.0-preview.3.25172.1 9 12.06.2025
10.0.0-preview.2.25164.1 8 12.06.2025
10.0.0-preview.1.25120.3 9 13.03.2025
9.0.18 1 21.07.2026
9.0.17 6 14.06.2026
9.0.16 5 20.05.2026
9.0.15 6 27.04.2026
9.0.14 5 19.03.2026
9.0.13 5 12.02.2026
9.0.12 7 09.02.2026
9.0.11 11 19.12.2025
9.0.10 8 19.12.2025
9.0.9 7 19.12.2025
9.0.8 6 19.12.2025
9.0.7 7 07.08.2025
9.0.6 13 07.08.2025
9.0.5 9 11.06.2025
9.0.4 8 11.06.2025
9.0.3 13 13.03.2025
9.0.2 19 14.03.2025
9.0.1 12 14.03.2025
9.0.0 27 27.11.2024
9.0.0-rc.2.24474.3 15 13.03.2025
9.0.0-rc.1.24452.1 12 13.03.2025
9.0.0-preview.7.24406.2 9 13.03.2025
9.0.0-preview.6.24328.4 10 13.03.2025
9.0.0-preview.5.24306.11 8 12.06.2025
9.0.0-preview.4.24267.6 9 13.03.2025
9.0.0-preview.3.24172.13 8 12.06.2025
9.0.0-preview.2.24128.4 9 13.03.2025
9.0.0-preview.1.24081.5 10 12.03.2025
8.0.29 1 21.07.2026
8.0.28 5 14.06.2026
8.0.27 5 20.05.2026
8.0.26 6 27.04.2026
8.0.25 5 19.03.2026
8.0.24 5 12.02.2026
8.0.23 22 09.02.2026
8.0.22 7 19.12.2025
8.0.21 6 20.12.2025
8.0.20 6 19.12.2025
8.0.19 6 19.12.2025
8.0.18 9 07.08.2025
8.0.17 9 07.08.2025
8.0.16 9 11.06.2025
8.0.15 9 11.06.2025
8.0.14 9 12.03.2025
8.0.13 11 12.03.2025
8.0.12 9 12.03.2025
8.0.11 12 12.03.2025
8.0.10 23 12.03.2025
8.0.8 15 13.03.2025
8.0.7 10 14.03.2025
8.0.6 16 14.03.2025
8.0.5 13 14.03.2025
8.0.4 10 14.03.2025
8.0.3 11 13.03.2025
8.0.2 20 14.03.2025
8.0.1 12 14.03.2025
8.0.0 9 13.03.2025
8.0.0-rc.2.23480.2 9 13.03.2025
8.0.0-rc.1.23421.29 9 12.06.2025
8.0.0-preview.7.23375.9 16 20.02.2025
8.0.0-preview.6.23329.11 9 12.06.2025
8.0.0-preview.5.23302.2 15 13.03.2025
8.0.0-preview.4.23260.4 16 13.03.2025
8.0.0-preview.3.23177.8 10 13.03.2025
8.0.0-preview.2.23153.2 9 13.03.2025
8.0.0-preview.1.23112.2 13 13.03.2025
7.0.20 12 12.03.2025
7.0.19 13 12.03.2025
7.0.18 15 12.03.2025
7.0.17 12 12.03.2025
7.0.16 9 12.03.2025
7.0.15 9 12.03.2025
7.0.14 9 12.03.2025
7.0.13 12 12.03.2025
7.0.12 9 12.03.2025
7.0.11 12 12.03.2025
7.0.10 12 12.03.2025
7.0.9 19 14.03.2025
7.0.8 24 14.03.2025
7.0.7 9 13.03.2025
7.0.5 15 20.02.2025
7.0.4 10 14.03.2025
7.0.3 9 13.03.2025
7.0.2 9 14.03.2025
7.0.1 9 14.03.2025
7.0.0 15 13.03.2025
7.0.0-rc.2.22476.2 15 13.03.2025
7.0.0-rc.1.22427.2 9 13.03.2025
7.0.0-preview.7.22376.6 18 13.03.2025
7.0.0-preview.6.22330.3 8 13.03.2025
7.0.0-preview.5.22303.8 13 13.03.2025
7.0.0-preview.4.22251.1 13 13.03.2025
7.0.0-preview.3.22178.4 9 13.03.2025
7.0.0-preview.2.22153.2 10 13.03.2025
7.0.0-preview.1.22109.13 8 12.06.2025
6.0.36 13 12.03.2025
6.0.35 9 12.03.2025
6.0.33 12 20.02.2025
6.0.32 13 12.03.2025
6.0.31 17 12.03.2025
6.0.30 9 12.03.2025
6.0.29 15 12.03.2025
6.0.28 10 12.03.2025
6.0.27 8 12.03.2025
6.0.26 9 12.03.2025
6.0.25 11 12.03.2025
6.0.24 13 12.03.2025
6.0.23 16 12.03.2025
6.0.22 19 12.03.2025
6.0.21 13 12.03.2025
6.0.20 8 12.03.2025
6.0.19 21 12.03.2025
6.0.18 15 12.03.2025
6.0.16 12 12.03.2025
6.0.15 20 12.03.2025
6.0.14 12 12.03.2025
6.0.13 9 11.06.2025
6.0.12 13 12.03.2025
6.0.11 12 12.03.2025
6.0.10 9 12.03.2025
6.0.9 9 14.03.2025
6.0.8 9 14.03.2025
6.0.7 11 14.03.2025
6.0.6 9 13.03.2025
6.0.5 9 14.03.2025
6.0.4 12 14.03.2025
6.0.3 12 13.03.2025
6.0.2 14 20.02.2025
6.0.1 9 14.03.2025
6.0.0 21 13.03.2025
6.0.0-rc.2.21480.10 13 12.06.2025
6.0.0-rc.1.21452.15 8 12.06.2025
6.0.0-preview.7.21378.6 9 13.03.2025
6.0.0-preview.6.21355.2 20 13.03.2025
6.0.0-preview.5.21301.17 14 12.06.2025
6.0.0-preview.4.21253.5 11 13.03.2025
6.0.0-preview.3.21201.13 8 12.06.2025
6.0.0-preview.2.21154.6 10 13.03.2025
6.0.0-preview.1.21103.6 22 13.03.2025
5.0.17 18 12.03.2025
5.0.16 13 12.03.2025
5.0.15 14 12.03.2025
5.0.14 12 12.03.2025
5.0.13 13 12.03.2025
5.0.12 10 12.03.2025
5.0.11 11 12.03.2025
5.0.10 18 12.03.2025
5.0.9 12 14.03.2025
5.0.8 10 14.03.2025
5.0.7 9 14.03.2025
5.0.6 14 14.03.2025
5.0.5 12 13.03.2025
5.0.4 9 14.03.2025
5.0.3 15 13.03.2025
5.0.2 16 14.03.2025
5.0.1 9 14.03.2025
5.0.0 13 20.02.2025
5.0.0-rc.2.20475.17 8 12.06.2025
5.0.0-rc.1.20451.17 10 12.06.2025
5.0.0-preview.8.20414.8 21 13.03.2025
5.0.0-preview.7.20365.19 8 12.06.2025
5.0.0-preview.6.20312.15 37 12.06.2025