MintPlayer.AspNetCore.SpaServices.Routing 10.0.1

dotnet add package MintPlayer.AspNetCore.SpaServices.Routing --version 10.0.1
                    
NuGet\Install-Package MintPlayer.AspNetCore.SpaServices.Routing -Version 10.0.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="MintPlayer.AspNetCore.SpaServices.Routing" Version="10.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MintPlayer.AspNetCore.SpaServices.Routing" Version="10.0.1" />
                    
Directory.Packages.props
<PackageReference Include="MintPlayer.AspNetCore.SpaServices.Routing" />
                    
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 MintPlayer.AspNetCore.SpaServices.Routing --version 10.0.1
                    
#r "nuget: MintPlayer.AspNetCore.SpaServices.Routing, 10.0.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 MintPlayer.AspNetCore.SpaServices.Routing@10.0.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=MintPlayer.AspNetCore.SpaServices.Routing&version=10.0.1
                    
Install as a Cake Addin
#tool nuget:?package=MintPlayer.AspNetCore.SpaServices.Routing&version=10.0.1
                    
Install as a Cake Tool

This package simplifies the SPA prerendering. Define your SPA routes in your service registration and check which SPA route is activated in the SupplyData callback.

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.1 135 12/20/2025
10.0.0 384 11/13/2025
10.0.0-rc.6 234 11/11/2025
10.0.0-rc.5 231 11/11/2025
10.0.0-rc.4 141 11/5/2025
10.0.0-rc.3 141 11/5/2025
10.0.0-rc.2 140 11/5/2025
10.0.0-rc.1 142 10/2/2025
9.1.0 1,571 11/22/2024
9.0.0 1,313 11/13/2024
8.3.0 1,480 6/10/2024
8.2.0 8,958 11/28/2023
8.1.0 208 11/28/2023
8.0.0 298 11/14/2023
8.0.0-rc2 113 11/13/2023
8.0.0-rc1 109 11/6/2023
7.0.3 7,368 8/9/2023
7.0.2 2,439 12/6/2022
7.0.1 467 11/15/2022
7.0.0 521 11/14/2022
7.0.0-preview.1 222 10/30/2022
6.1.7 650 8/9/2023
6.1.6 5,852 12/6/2022
6.1.5 519 11/15/2022
6.1.4 719 10/28/2022
6.1.3 7,762 8/26/2022
6.1.2 595 8/26/2022
6.1.1 3,088 7/5/2022
6.1.0 640 7/5/2022
6.0.6 622 6/23/2022
6.0.5 3,541 12/27/2021
6.0.4 1,996 12/19/2021
6.0.3 495 12/8/2021
6.0.2 479 12/6/2021
6.0.1 467 12/2/2021
6.0.0 1,323 12/2/2021
3.1.0 519 12/2/2021
1.2.0 529 10/9/2021
1.1.5 2,694 8/20/2020
1.1.4 725 5/10/2020
1.1.3 665 5/10/2020
1.1.2 662 5/8/2020
1.1.1 665 4/29/2020
1.1.0 665 4/29/2020
1.0.5 673 2/20/2020
1.0.4 661 2/20/2020
1.0.3 686 1/17/2020
1.0.2 681 1/14/2020
1.0.1 749 12/9/2019
1.0.0 803 8/27/2019

v 3.1.0
- Moved the route builder to the SpaPrerenderingService