Microsoft.AspNetCore.Components.WebAssembly.Server
10.0.0-rc.1.25451.107
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Components.WebAssembly.Server --version 10.0.0-rc.1.25451.107
NuGet\Install-Package Microsoft.AspNetCore.Components.WebAssembly.Server -Version 10.0.0-rc.1.25451.107
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.0-rc.1.25451.107" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.0-rc.1.25451.107" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" />
paket add Microsoft.AspNetCore.Components.WebAssembly.Server --version 10.0.0-rc.1.25451.107
#r "nuget: Microsoft.AspNetCore.Components.WebAssembly.Server, 10.0.0-rc.1.25451.107"
#:package Microsoft.AspNetCore.Components.WebAssembly.Server@10.0.0-rc.1.25451.107
#addin nuget:?package=Microsoft.AspNetCore.Components.WebAssembly.Server&version=10.0.0-rc.1.25451.107&prerelease
#tool nuget:?package=Microsoft.AspNetCore.Components.WebAssembly.Server&version=10.0.0-rc.1.25451.107&prerelease
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 componentsAuthenticationStateSerializationOptions: Provides options for configuring the JSON serialization of theAuthenticationStateto 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 | Versions 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. |
-
net10.0
- Microsoft.AspNetCore.Components.WebAssembly (>= 10.0.0-rc.1.25451.107)
NuGet packages (69)
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. |
|
|
Oqtane.Server
A modular application framework for Blazor |
|
|
HelpDesk.Client
A client for interacting with the EIT help desk. |
GitHub repositories (163)
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 RC 1, 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
|
|
|
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
|
|
|
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 the most sophisticated free UI component library for Blazor, featuring 100+ native components including DataGrid, Scheduler, Charts, and advanced theming with full support for Material Design and Fluent UI.
|
|
|
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.
|
|
|
linq2db/linq2db
Linq to database provider.
|
|
|
davidfowl/TodoApp
Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 10.0.0-rc.2.25502.107 | 4,049 | 10/14/2025 | |
| 10.0.0-rc.1.25451.107 | 10,475 | 9/9/2025 | |
| 10.0.0-preview.7.25380.108 | 2,387 | 8/12/2025 | |
| 10.0.0-preview.6.25358.103 | 2,370 | 7/15/2025 | |
| 10.0.0-preview.5.25277.114 | 1,700 | 6/6/2025 | |
| 10.0.0-preview.4.25258.110 | 1,887 | 5/12/2025 | |
| 10.0.0-preview.3.25172.1 | 2,368 | 4/10/2025 | |
| 10.0.0-preview.2.25164.1 | 848 | 3/18/2025 | |
| 10.0.0-preview.1.25120.3 | 1,523 | 2/25/2025 | |
| 9.0.10 | 38,081 | 10/14/2025 | |
| 9.0.9 | 167,119 | 9/9/2025 | |
| 9.0.8 | 190,401 | 8/5/2025 | |
| 9.0.7 | 139,467 | 7/8/2025 | |
| 9.0.6 | 192,605 | 6/10/2025 | |
| 9.0.5 | 197,301 | 5/13/2025 | |
| 9.0.4 | 298,046 | 4/8/2025 | |
| 9.0.3 | 225,883 | 3/11/2025 | |
| 9.0.2 | 262,511 | 2/11/2025 | |
| 9.0.1 | 252,609 | 1/14/2025 | |
| 9.0.0 | 529,553 | 11/12/2024 | |
| 9.0.0-rc.2.24474.3 | 11,563 | 10/8/2024 | |
| 9.0.0-rc.1.24452.1 | 5,804 | 9/10/2024 | |
| 9.0.0-preview.7.24406.2 | 2,800 | 8/13/2024 | |
| 9.0.0-preview.6.24328.4 | 2,088 | 7/9/2024 | |
| 9.0.0-preview.5.24306.11 | 6,208 | 6/11/2024 | |
| 9.0.0-preview.4.24267.6 | 2,366 | 5/21/2024 | |
| 9.0.0-preview.3.24172.13 | 4,445 | 4/11/2024 | |
| 9.0.0-preview.2.24128.4 | 1,536 | 3/12/2024 | |
| 9.0.0-preview.1.24081.5 | 4,513 | 2/13/2024 | |
| 8.0.21 | 12,129 | 10/14/2025 | |
| 8.0.20 | 52,952 | 9/9/2025 | |
| 8.0.19 | 87,634 | 8/4/2025 | |
| 8.0.18 | 59,303 | 7/8/2025 | |
| 8.0.17 | 78,150 | 6/10/2025 | |
| 8.0.16 | 90,360 | 5/13/2025 | |
| 8.0.15 | 170,852 | 4/8/2025 | |
| 8.0.14 | 143,588 | 3/11/2025 | |
| 8.0.13 | 197,182 | 2/11/2025 | |
| 8.0.12 | 186,380 | 1/14/2025 | |
| 8.0.11 | 535,911 | 11/12/2024 | |
| 8.0.10 | 704,172 | 10/8/2024 | |
| 8.0.8 | 758,987 | 8/13/2024 | |
| 8.0.7 | 465,151 | 7/9/2024 | |
| 8.0.6 | 816,085 | 5/28/2024 | |
| 8.0.5 | 226,703 | 5/14/2024 | |
| 8.0.4 | 535,176 | 4/9/2024 | |
| 8.0.3 | 350,724 | 3/12/2024 | |
| 8.0.2 | 568,858 | 2/13/2024 | |
| 8.0.1 | 633,552 | 1/9/2024 | |
| 8.0.0 | 820,765 | 11/14/2023 | |
| 8.0.0-rc.2.23480.2 | 34,309 | 10/10/2023 | |
| 8.0.0-rc.1.23421.29 | 14,886 | 9/12/2023 | |
| 8.0.0-preview.7.23375.9 | 5,728 | 8/8/2023 | |
| 8.0.0-preview.6.23329.11 | 11,535 | 7/11/2023 | |
| 8.0.0-preview.5.23302.2 | 5,769 | 6/13/2023 | |
| 8.0.0-preview.4.23260.4 | 2,345 | 5/16/2023 | |
| 8.0.0-preview.3.23177.8 | 2,597 | 4/11/2023 | |
| 8.0.0-preview.2.23153.2 | 2,507 | 3/14/2023 | |
| 8.0.0-preview.1.23112.2 | 1,749 | 2/21/2023 | |
| 7.0.20 | 51,976 | 5/28/2024 | |
| 7.0.19 | 21,426 | 5/14/2024 | |
| 7.0.18 | 18,357 | 4/9/2024 | |
| 7.0.17 | 20,972 | 3/12/2024 | |
| 7.0.16 | 39,016 | 2/13/2024 | |
| 7.0.15 | 59,351 | 1/9/2024 | |
| 7.0.14 | 96,730 | 11/14/2023 | |
| 7.0.13 | 114,896 | 10/24/2023 | |
| 7.0.12 | 138,174 | 10/10/2023 | |
| 7.0.11 | 129,187 | 9/12/2023 | |
| 7.0.10 | 237,034 | 8/8/2023 | |
| 7.0.9 | 136,150 | 7/11/2023 | |
| 7.0.8 | 96,761 | 6/22/2023 | |
| 7.0.7 | 73,635 | 6/13/2023 | |
| 7.0.5 | 414,167 | 4/11/2023 | |
| 7.0.4 | 191,136 | 3/14/2023 | |
| 7.0.3 | 208,505 | 2/14/2023 | |
| 7.0.2 | 236,487 | 1/10/2023 | |
| 7.0.1 | 150,678 | 12/13/2022 | |
| 7.0.0 | 329,181 | 11/7/2022 | |
| 7.0.0-rc.2.22476.2 | 6,432 | 10/11/2022 | |
| 7.0.0-rc.1.22427.2 | 4,938 | 9/14/2022 | |
| 7.0.0-preview.7.22376.6 | 3,547 | 8/9/2022 | |
| 7.0.0-preview.6.22330.3 | 2,908 | 7/12/2022 | |
| 7.0.0-preview.5.22303.8 | 1,588 | 6/14/2022 | |
| 7.0.0-preview.4.22251.1 | 1,597 | 5/10/2022 | |
| 7.0.0-preview.3.22178.4 | 1,540 | 4/13/2022 | |
| 7.0.0-preview.2.22153.2 | 978 | 3/14/2022 | |
| 7.0.0-preview.1.22109.13 | 1,290 | 2/17/2022 | |
| 6.0.36 | 29,957 | 11/12/2024 | |
| 6.0.35 | 4,763 | 10/8/2024 | |
| 6.0.33 | 13,827 | 8/13/2024 | |
| 6.0.32 | 36,525 | 7/9/2024 | |
| 6.0.31 | 10,841 | 5/28/2024 | |
| 6.0.30 | 4,774 | 5/14/2024 | |
| 6.0.29 | 14,542 | 4/9/2024 | |
| 6.0.28 | 24,830 | 3/12/2024 | |
| 6.0.27 | 16,253 | 2/13/2024 | |
| 6.0.26 | 47,755 | 1/9/2024 | |
| 6.0.25 | 55,719 | 11/14/2023 | |
| 6.0.24 | 24,687 | 10/24/2023 | |
| 6.0.23 | 19,412 | 10/10/2023 | |
| 6.0.22 | 43,409 | 9/12/2023 | |
| 6.0.21 | 51,993 | 8/8/2023 | |
| 6.0.20 | 47,258 | 7/11/2023 | |
| 6.0.19 | 33,933 | 6/22/2023 | |
| 6.0.18 | 19,065 | 6/13/2023 | |
| 6.0.16 | 118,294 | 4/11/2023 | |
| 6.0.15 | 94,161 | 3/14/2023 | |
| 6.0.14 | 92,586 | 2/14/2023 | |
| 6.0.13 | 132,067 | 1/10/2023 | |
| 6.0.12 | 59,151 | 12/13/2022 | |
| 6.0.11 | 280,447 | 11/7/2022 | |
| 6.0.10 | 248,131 | 10/11/2022 | |
| 6.0.9 | 209,538 | 9/13/2022 | |
| 6.0.8 | 251,589 | 8/9/2022 | |
| 6.0.7 | 375,440 | 7/12/2022 | |
| 6.0.6 | 273,541 | 6/14/2022 | |
| 6.0.5 | 259,189 | 5/10/2022 | |
| 6.0.4 | 229,426 | 4/11/2022 | |
| 6.0.3 | 285,846 | 3/8/2022 | |
| 6.0.2 | 246,127 | 2/8/2022 | |
| 6.0.1 | 422,518 | 12/14/2021 | |
| 6.0.0 | 588,972 | 11/8/2021 | |
| 6.0.0-rc.2.21480.10 | 22,039 | 10/12/2021 | |
| 6.0.0-rc.1.21452.15 | 17,653 | 9/14/2021 | |
| 6.0.0-preview.7.21378.6 | 33,926 | 8/10/2021 | |
| 6.0.0-preview.6.21355.2 | 5,787 | 7/14/2021 | |
| 6.0.0-preview.5.21301.17 | 5,326 | 6/15/2021 | |
| 6.0.0-preview.4.21253.5 | 3,794 | 5/24/2021 | |
| 6.0.0-preview.3.21201.13 | 3,611 | 4/8/2021 | |
| 6.0.0-preview.2.21154.6 | 1,937 | 3/11/2021 | |
| 6.0.0-preview.1.21103.6 | 1,819 | 2/12/2021 | |
| 5.0.17 | 40,513 | 5/10/2022 | |
| 5.0.16 | 24,723 | 4/11/2022 | |
| 5.0.15 | 20,320 | 3/8/2022 | |
| 5.0.14 | 43,671 | 2/8/2022 | |
| 5.0.13 | 34,462 | 12/14/2021 | |
| 5.0.12 | 58,955 | 11/7/2021 | |
| 5.0.11 | 88,266 | 10/12/2021 | |
| 5.0.10 | 90,136 | 9/14/2021 | |
| 5.0.9 | 138,706 | 8/10/2021 | |
| 5.0.8 | 97,356 | 7/13/2021 | |
| 5.0.7 | 181,289 | 6/8/2021 | |
| 5.0.6 | 127,326 | 5/11/2021 | |
| 5.0.5 | 157,213 | 4/6/2021 | |
| 5.0.4 | 176,799 | 3/9/2021 | |
| 5.0.3 | 118,177 | 2/9/2021 | |
| 5.0.2 | 121,300 | 1/12/2021 | |
| 5.0.1 | 95,963 | 12/8/2020 | |
| 5.0.0 | 311,653 | 11/9/2020 | |
| 5.0.0-rc.2.20475.17 | 16,815 | 10/13/2020 | |
| 5.0.0-rc.1.20451.17 | 12,791 | 9/14/2020 | |
| 5.0.0-preview.8.20414.8 | 5,022 | 8/25/2020 | |
| 5.0.0-preview.7.20365.19 | 3,230 | 7/21/2020 | |
| 5.0.0-preview.6.20312.15 | 3,012 | 6/25/2020 |