MintPlayer.AspNetCore.SpaServices.Routing
9.0.0
dotnet add package MintPlayer.AspNetCore.SpaServices.Routing --version 9.0.0
NuGet\Install-Package MintPlayer.AspNetCore.SpaServices.Routing -Version 9.0.0
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="9.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MintPlayer.AspNetCore.SpaServices.Routing --version 9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MintPlayer.AspNetCore.SpaServices.Routing, 9.0.0"
#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.
// Install MintPlayer.AspNetCore.SpaServices.Routing as a Cake Addin #addin nuget:?package=MintPlayer.AspNetCore.SpaServices.Routing&version=9.0.0 // Install MintPlayer.AspNetCore.SpaServices.Routing as a Cake Tool #tool nuget:?package=MintPlayer.AspNetCore.SpaServices.Routing&version=9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
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 |
---|---|---|
9.0.0 | 68 | 11/13/2024 |
8.3.0 | 501 | 6/10/2024 |
8.2.0 | 3,952 | 11/28/2023 |
8.1.0 | 118 | 11/28/2023 |
8.0.0 | 114 | 11/14/2023 |
8.0.0-rc2 | 76 | 11/13/2023 |
8.0.0-rc1 | 77 | 11/6/2023 |
7.0.3 | 2,818 | 8/9/2023 |
7.0.2 | 1,927 | 12/6/2022 |
7.0.1 | 359 | 11/15/2022 |
7.0.0 | 375 | 11/14/2022 |
7.0.0-preview.1 | 117 | 10/30/2022 |
6.1.7 | 440 | 8/9/2023 |
6.1.6 | 3,837 | 12/6/2022 |
6.1.5 | 396 | 11/15/2022 |
6.1.4 | 588 | 10/28/2022 |
6.1.3 | 7,028 | 8/26/2022 |
6.1.2 | 435 | 8/26/2022 |
6.1.1 | 2,412 | 7/5/2022 |
6.1.0 | 481 | 7/5/2022 |
6.0.6 | 469 | 6/23/2022 |
6.0.5 | 3,242 | 12/27/2021 |
6.0.4 | 1,699 | 12/19/2021 |
6.0.3 | 346 | 12/8/2021 |
6.0.2 | 335 | 12/6/2021 |
6.0.1 | 312 | 12/2/2021 |
6.0.0 | 986 | 12/2/2021 |
3.1.0 | 363 | 12/2/2021 |
1.2.0 | 346 | 10/9/2021 |
1.1.5 | 2,518 | 8/20/2020 |
1.1.4 | 524 | 5/10/2020 |
1.1.3 | 485 | 5/10/2020 |
1.1.2 | 489 | 5/8/2020 |
1.1.1 | 487 | 4/29/2020 |
1.1.0 | 486 | 4/29/2020 |
1.0.5 | 489 | 2/20/2020 |
1.0.4 | 472 | 2/20/2020 |
1.0.3 | 475 | 1/17/2020 |
1.0.2 | 494 | 1/14/2020 |
1.0.1 | 571 | 12/9/2019 |
1.0.0 | 621 | 8/27/2019 |
v 3.1.0
- Moved the route builder to the SpaPrerenderingService