Microsoft.AspNetCore.Components.WebAssembly.Server 10.0.0-preview.3.25172.1

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Components.WebAssembly.Server.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Components.WebAssembly.Server --version 10.0.0-preview.3.25172.1
                    
NuGet\Install-Package Microsoft.AspNetCore.Components.WebAssembly.Server -Version 10.0.0-preview.3.25172.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.0-preview.3.25172.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.0-preview.3.25172.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Components.WebAssembly.Server --version 10.0.0-preview.3.25172.1
                    
#r "nuget: Microsoft.AspNetCore.Components.WebAssembly.Server, 10.0.0-preview.3.25172.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.AspNetCore.Components.WebAssembly.Server@10.0.0-preview.3.25172.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Components.WebAssembly.Server&version=10.0.0-preview.3.25172.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Components.WebAssembly.Server&version=10.0.0-preview.3.25172.1&prerelease
                    
Install as a Cake Tool

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.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (64)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Components.WebAssembly.Server:

Package Downloads
Sitko.Core.Blazor.Server

Sitko.Core is a set of libraries to help build .NET Core applications fast

Fluxera.Extensions.Hosting.Modules.AspNetCore

A module that enables ASP.NET Core.

Vertiq.Features.Web

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

HelpDesk.Client

A client for interacting with the EIT help desk.

Nowy.Auth.Server

Package Description

GitHub repositories (151)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Components.WebAssembly.Server:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 5, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
elsa-workflows/elsa-core
A .NET workflows library
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
grpc/grpc-dotnet
gRPC for .NET
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
radzenhq/radzen-blazor
Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
davidfowl/TodoApp
Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
microsoft/dotnet-podcasts
.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
Version Downloads Last Updated
10.0.0-preview.6.25358.103 388 7/15/2025
10.0.0-preview.5.25277.114 1,368 6/6/2025
10.0.0-preview.4.25258.110 1,748 5/12/2025
10.0.0-preview.3.25172.1 2,109 4/10/2025
10.0.0-preview.2.25164.1 808 3/18/2025
10.0.0-preview.1.25120.3 1,457 2/25/2025
9.0.7 31,138 7/8/2025
9.0.6 108,927 6/10/2025
9.0.5 133,996 5/13/2025
9.0.4 223,427 4/8/2025
9.0.3 193,072 3/11/2025
9.0.2 216,871 2/11/2025
9.0.1 214,297 1/14/2025
9.0.0 470,817 11/12/2024
9.0.0-rc.2.24474.3 11,382 10/8/2024
9.0.0-rc.1.24452.1 5,708 9/10/2024
9.0.0-preview.7.24406.2 2,648 8/13/2024
9.0.0-preview.6.24328.4 2,010 7/9/2024
9.0.0-preview.5.24306.11 6,136 6/11/2024
9.0.0-preview.4.24267.6 2,301 5/21/2024
9.0.0-preview.3.24172.13 4,374 4/11/2024
9.0.0-preview.2.24128.4 1,489 3/12/2024
9.0.0-preview.1.24081.5 4,449 2/13/2024
8.0.18 12,707 7/8/2025
8.0.17 45,293 6/10/2025
8.0.16 54,473 5/13/2025
8.0.15 109,290 4/8/2025
8.0.14 107,729 3/11/2025
8.0.13 141,974 2/11/2025
8.0.12 156,045 1/14/2025
8.0.11 439,265 11/12/2024
8.0.10 614,726 10/8/2024
8.0.8 687,993 8/13/2024
8.0.7 439,458 7/9/2024
8.0.6 717,191 5/28/2024
8.0.5 208,933 5/14/2024
8.0.4 500,560 4/9/2024
8.0.3 319,939 3/12/2024
8.0.2 517,519 2/13/2024
8.0.1 599,854 1/9/2024
8.0.0 760,454 11/14/2023
8.0.0-rc.2.23480.2 33,794 10/10/2023
8.0.0-rc.1.23421.29 14,831 9/12/2023
8.0.0-preview.7.23375.9 5,685 8/8/2023
8.0.0-preview.6.23329.11 11,456 7/11/2023
8.0.0-preview.5.23302.2 5,706 6/13/2023
8.0.0-preview.4.23260.4 2,290 5/16/2023
8.0.0-preview.3.23177.8 2,532 4/11/2023
8.0.0-preview.2.23153.2 2,453 3/14/2023
8.0.0-preview.1.23112.2 1,680 2/21/2023
7.0.20 45,417 5/28/2024
7.0.19 19,038 5/14/2024
7.0.18 16,813 4/9/2024
7.0.17 19,307 3/12/2024
7.0.16 36,294 2/13/2024
7.0.15 54,813 1/9/2024
7.0.14 94,396 11/14/2023
7.0.13 112,179 10/24/2023
7.0.12 135,257 10/10/2023
7.0.11 126,758 9/12/2023
7.0.10 233,349 8/8/2023
7.0.9 132,277 7/11/2023
7.0.8 94,509 6/22/2023
7.0.7 71,631 6/13/2023
7.0.5 405,436 4/11/2023
7.0.4 189,243 3/14/2023
7.0.3 206,348 2/14/2023
7.0.2 233,437 1/10/2023
7.0.1 148,343 12/13/2022
7.0.0 322,857 11/7/2022
7.0.0-rc.2.22476.2 6,359 10/11/2022
7.0.0-rc.1.22427.2 4,879 9/14/2022
7.0.0-preview.7.22376.6 3,487 8/9/2022
7.0.0-preview.6.22330.3 2,839 7/12/2022
7.0.0-preview.5.22303.8 1,523 6/14/2022
7.0.0-preview.4.22251.1 1,536 5/10/2022
7.0.0-preview.3.22178.4 1,493 4/13/2022
7.0.0-preview.2.22153.2 910 3/14/2022
7.0.0-preview.1.22109.13 1,199 2/17/2022
6.0.36 21,662 11/12/2024
6.0.35 4,275 10/8/2024
6.0.33 13,013 8/13/2024
6.0.32 35,740 7/9/2024
6.0.31 9,794 5/28/2024
6.0.30 4,409 5/14/2024
6.0.29 14,051 4/9/2024
6.0.28 24,159 3/12/2024
6.0.27 15,552 2/13/2024
6.0.26 45,333 1/9/2024
6.0.25 54,084 11/14/2023
6.0.24 24,206 10/24/2023
6.0.23 18,436 10/10/2023
6.0.22 42,102 9/12/2023
6.0.21 51,106 8/8/2023
6.0.20 46,764 7/11/2023
6.0.19 33,403 6/22/2023
6.0.18 18,641 6/13/2023
6.0.16 116,438 4/11/2023
6.0.15 93,319 3/14/2023
6.0.14 89,404 2/14/2023
6.0.13 130,866 1/10/2023
6.0.12 58,329 12/13/2022
6.0.11 278,172 11/7/2022
6.0.10 243,204 10/11/2022
6.0.9 205,532 9/13/2022
6.0.8 249,882 8/9/2022
6.0.7 370,139 7/12/2022
6.0.6 269,755 6/14/2022
6.0.5 256,963 5/10/2022
6.0.4 228,186 4/11/2022
6.0.3 283,683 3/8/2022
6.0.2 243,913 2/8/2022
6.0.1 418,917 12/14/2021
6.0.0 582,889 11/8/2021
6.0.0-rc.2.21480.10 21,924 10/12/2021
6.0.0-rc.1.21452.15 17,592 9/14/2021
6.0.0-preview.7.21378.6 33,861 8/10/2021
6.0.0-preview.6.21355.2 5,726 7/14/2021
6.0.0-preview.5.21301.17 5,265 6/15/2021
6.0.0-preview.4.21253.5 3,733 5/24/2021
6.0.0-preview.3.21201.13 3,556 4/8/2021
6.0.0-preview.2.21154.6 1,851 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 1,725 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 39,799 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 21,885 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 19,809 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 43,335 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 33,785 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 58,687 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 87,794 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 89,688 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 138,064 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 96,266 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 180,037 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 126,795 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 156,196 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 174,289 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 117,641 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 120,844 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 95,630 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 309,009 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 16,701 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 12,702 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 4,927 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 3,137 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 2,918 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.