Microsoft.AspNetCore.Components.WebAssembly.Server 10.0.12

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.

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