Soenneker.Blazor.Utils.Navigation
4.0.1131
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.Navigation --version 4.0.1131
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 4.0.1131
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="Soenneker.Blazor.Utils.Navigation" Version="4.0.1131" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.Navigation" Version="4.0.1131" />
<PackageReference Include="Soenneker.Blazor.Utils.Navigation" />
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 Soenneker.Blazor.Utils.Navigation --version 4.0.1131
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Blazor.Utils.Navigation, 4.0.1131"
#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 Soenneker.Blazor.Utils.Navigation@4.0.1131
#: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=Soenneker.Blazor.Utils.Navigation&version=4.0.1131
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=4.0.1131
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Blazor.Utils.Navigation
Can work side-by-side existing Blazor NavigationManager usage, and still work with navigate back
Installation
dotnet add package Soenneker.Blazor.Navigation
Usage
- Register
INavigationUtilwithinProgram.csor wherever your registering your services:
public static async Task Main(string[] args)
{
...
builder.Services.AddNavigationUtil();
}
- Warm it up so it can begin recording navigation history. Call after the
WebAssemblyHosthas been built:
public static async Task Main(string[] args)
{
...
WebAssemblyHost host = builder.Build();
host.Services.WarmupNavigation();
}
- Inject
INavigationUtilwithin pages/components where you need to access navigation methods:
@using Soenneker.Blazor.Navigation.Abstract
@inject INavigationUtil NavigationUtil
Navigating back
NavigationUtil.NavigateBack();
Navigating
// 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 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
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 10.0.9)
- Microsoft.AspNetCore.WebUtilities (>= 10.0.9)
- Soenneker.Extensions.String (>= 4.0.690)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.Navigation:
| Package | Downloads |
|---|---|
|
Soenneker.Blazor.Utils.Session
A Blazor utility for access-token caching and optional idle-timeout navigation |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.1153 | 343 | 8/8/2026 |
| 4.0.1152 | 271 | 8/7/2026 |
| 4.0.1151 | 352 | 7/29/2026 |
| 4.0.1150 | 317 | 7/28/2026 |
| 4.0.1149 | 270 | 7/28/2026 |
| 4.0.1148 | 157 | 7/28/2026 |
| 4.0.1147 | 109 | 7/28/2026 |
| 4.0.1146 | 94 | 7/27/2026 |
| 4.0.1145 | 1,755 | 7/17/2026 |
| 4.0.1144 | 109 | 7/16/2026 |
| 4.0.1143 | 250 | 7/16/2026 |
| 4.0.1141 | 341 | 7/15/2026 |
| 4.0.1140 | 182 | 7/14/2026 |
| 4.0.1139 | 171 | 7/14/2026 |
| 4.0.1138 | 1,106 | 7/3/2026 |
| 4.0.1137 | 892 | 6/20/2026 |
| 4.0.1136 | 272 | 6/19/2026 |
| 4.0.1135 | 330 | 6/19/2026 |
| 4.0.1134 | 130 | 6/19/2026 |
| 4.0.1131 | 852 | 6/17/2026 |
Loading failed
Update dependency Soenneker.Extensions.String to 4.0.690 (#1667)