![]() |
VOOZH | about |
dotnet add package Soenneker.Blazor.Utils.Navigation --version 4.0.1133
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 4.0.1133
<PackageReference Include="Soenneker.Blazor.Utils.Navigation" Version="4.0.1133" />
<PackageVersion Include="Soenneker.Blazor.Utils.Navigation" Version="4.0.1133" />Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Utils.Navigation" />Project file
paket add Soenneker.Blazor.Utils.Navigation --version 4.0.1133
#r "nuget: Soenneker.Blazor.Utils.Navigation, 4.0.1133"
#:package Soenneker.Blazor.Utils.Navigation@4.0.1133
#addin nuget:?package=Soenneker.Blazor.Utils.Navigation&version=4.0.1133Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=4.0.1133Install as a Cake Tool
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
Can work side-by-side existing Blazor NavigationManager usage, and still work with navigate back
dotnet add package Soenneker.Blazor.Navigation
INavigationUtil within Program.cs or wherever your registering your services:public static async Task Main(string[] args)
{
...
builder.Services.AddNavigationUtil();
}
WebAssemblyHost has been built:public static async Task Main(string[] args)
{
...
WebAssemblyHost host = builder.Build();
host.Services.WarmupNavigation();
}
INavigationUtil within pages/components where you need to access navigation methods:@using Soenneker.Blazor.Navigation.Abstract
@inject INavigationUtil NavigationUtil
NavigationUtil.NavigateBack();
// within the SPA client
NavigationUtil.NavigateTo("/users");
// forcing a page load
NavigationUtil.NavigateTo("/users", true);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.Navigation:
| Package | Downloads |
|---|---|
|
Soenneker.Blazor.Utils.Session
A Blazor utility for automatic navigation after JWT expiration |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.1133 | 0 | 6/19/2026 |
| 4.0.1132 | 0 | 6/18/2026 |
| 4.0.1131 | 235 | 6/17/2026 |
| 4.0.1130 | 172 | 6/16/2026 |
| 4.0.1129 | 645 | 6/10/2026 |
| 4.0.1128 | 121 | 6/10/2026 |
| 4.0.1127 | 329 | 6/10/2026 |
| 4.0.1126 | 232 | 6/9/2026 |
| 4.0.1125 | 252 | 6/9/2026 |
| 4.0.1124 | 361 | 6/6/2026 |
| 4.0.1123 | 342 | 6/6/2026 |
| 4.0.1122 | 235 | 6/6/2026 |
| 4.0.1121 | 237 | 6/5/2026 |
| 4.0.1120 | 123 | 6/5/2026 |
| 4.0.1119 | 112 | 6/5/2026 |
| 4.0.1118 | 98 | 6/5/2026 |
| 4.0.1117 | 1,314 | 5/13/2026 |
| 4.0.1116 | 105 | 5/12/2026 |
| 4.0.1115 | 269 | 5/12/2026 |
| 4.0.1114 | 581 | 5/2/2026 |
Update dependency Soenneker.Extensions.String to 4.0.693 (#1673)