Soenneker.Blazor.Utils.Navigation 2.1.197

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.Navigation --version 2.1.197
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 2.1.197
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="2.1.197" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.Navigation --version 2.1.197
#r "nuget: Soenneker.Blazor.Utils.Navigation, 2.1.197"
#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 Soenneker.Blazor.Utils.Navigation as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Utils.Navigation&version=2.1.197

// Install Soenneker.Blazor.Utils.Navigation as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=2.1.197

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 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

  1. Register INavigationUtil within Program.cs or wherever your registering your services:
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddNavigationUtil();
}
  1. Warm it up so it can begin recording navigation history. Call after the WebAssemblyHost has been built:
public static async Task Main(string[] args)
{
    ...
    WebAssemblyHost host = builder.Build();

    host.Services.WarmupNavigation();
}
  1. Inject 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 Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.Navigation:

Package Downloads
Soenneker.Blazor.Utils.Session The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A Blazor utility for automatic navigation after JWT expiration

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.206 102 4/30/2024
2.1.205 97 4/29/2024
2.1.204 129 4/28/2024
2.1.203 100 4/28/2024
2.1.202 121 4/28/2024
2.1.201 102 4/28/2024
2.1.200 75 4/28/2024
2.1.199 88 4/27/2024
2.1.198 109 4/27/2024
2.1.197 133 4/19/2024
2.1.196 105 4/18/2024
2.1.195 153 4/12/2024
2.1.194 88 4/12/2024
2.1.193 111 4/12/2024
2.1.192 135 4/12/2024
2.1.191 72 4/12/2024
2.1.190 116 4/12/2024
2.1.189 74 4/12/2024
2.1.188 112 4/10/2024
2.1.187 82 4/9/2024
2.1.186 74 4/9/2024
2.1.185 102 4/9/2024
2.1.184 155 4/2/2024
2.1.183 95 4/1/2024
2.1.182 102 4/1/2024
2.1.181 234 3/19/2024
2.1.180 88 3/19/2024
2.1.179 124 3/19/2024
2.1.178 164 3/15/2024
2.1.177 134 3/13/2024
2.1.176 122 3/13/2024
2.1.175 100 3/13/2024
2.1.174 126 3/13/2024
2.1.173 80 3/13/2024
2.1.172 113 3/12/2024
2.1.171 106 3/12/2024
2.1.170 119 3/12/2024
2.1.169 80 3/12/2024
2.1.168 141 3/11/2024
2.1.167 123 3/11/2024
2.1.166 120 3/10/2024
2.1.165 108 3/8/2024
2.1.164 78 3/8/2024
2.1.163 132 3/8/2024
2.1.162 155 3/6/2024
2.1.161 128 3/4/2024
2.1.160 114 3/4/2024
2.1.159 141 3/3/2024
2.1.158 120 3/2/2024
2.1.157 78 3/2/2024
2.1.156 112 3/2/2024
2.1.155 79 3/2/2024
2.1.154 130 2/29/2024
2.1.153 88 2/29/2024
2.1.152 81 2/29/2024
2.1.151 191 2/26/2024
2.1.150 109 2/25/2024
2.1.149 120 2/25/2024
2.1.148 127 2/23/2024
2.1.147 151 2/22/2024
2.1.146 121 2/22/2024
2.1.145 108 2/21/2024
2.1.144 139 2/21/2024
2.1.143 131 2/21/2024
2.1.142 78 2/21/2024
2.1.141 113 2/21/2024
2.1.140 123 2/20/2024
2.1.139 117 2/20/2024
2.1.138 95 2/20/2024
2.1.137 116 2/20/2024
2.1.136 97 2/19/2024
2.1.135 101 2/19/2024
2.1.134 127 2/17/2024
2.1.133 103 2/16/2024
2.1.132 110 2/16/2024
2.1.131 122 2/16/2024
2.1.130 105 2/16/2024
2.1.129 74 2/16/2024
2.1.128 77 2/16/2024
2.1.127 188 2/13/2024
2.1.126 111 2/13/2024
2.1.125 77 2/13/2024
2.1.124 100 2/13/2024
2.1.123 70 2/13/2024
2.1.122 107 2/13/2024
2.1.121 73 2/13/2024
2.1.120 181 2/12/2024
2.1.119 77 2/11/2024
2.1.118 101 2/11/2024
2.1.117 113 2/11/2024
2.1.116 109 2/10/2024
2.1.115 105 2/9/2024
2.1.114 127 2/9/2024
2.1.113 87 2/9/2024
2.1.112 128 2/8/2024
2.1.111 97 2/8/2024
2.1.110 121 2/8/2024
2.1.109 128 2/7/2024
2.1.108 93 2/7/2024
2.1.107 132 2/7/2024
2.1.106 81 2/7/2024
2.1.105 101 2/6/2024
2.1.104 116 2/6/2024
2.1.103 76 2/6/2024
2.1.102 97 2/5/2024
2.1.101 108 2/4/2024
2.1.100 99 2/2/2024
2.1.99 193 1/31/2024
2.1.98 100 1/29/2024
2.1.97 112 1/29/2024
2.1.96 73 1/29/2024
2.1.95 103 1/29/2024
2.1.94 93 1/28/2024
2.1.93 99 1/28/2024
2.1.92 72 1/28/2024
2.1.91 97 1/28/2024
2.1.90 93 1/28/2024
2.1.89 92 1/27/2024
2.1.88 92 1/27/2024
2.1.87 77 1/27/2024
2.1.86 105 1/27/2024
2.1.85 87 1/27/2024
2.1.84 74 1/27/2024
2.1.83 71 1/26/2024
2.1.82 70 1/26/2024
2.1.81 161 1/26/2024
2.1.80 101 1/26/2024
2.1.79 98 1/26/2024
2.1.78 80 1/26/2024
2.1.77 108 1/25/2024
2.1.76 97 1/25/2024
2.1.75 103 1/25/2024
2.1.74 73 1/25/2024
2.1.73 118 1/19/2024
2.1.72 120 1/15/2024
2.1.71 112 1/15/2024
2.1.70 105 1/15/2024
2.1.69 129 1/15/2024
2.1.68 97 1/15/2024
2.1.67 135 1/14/2024
2.1.66 104 1/13/2024
2.1.65 116 1/12/2024
2.1.64 160 1/11/2024
2.1.63 100 1/9/2024
2.1.62 102 1/9/2024
2.1.61 128 1/7/2024
2.1.60 114 1/5/2024
2.1.59 79 1/5/2024
2.1.58 131 1/5/2024
2.1.57 205 1/1/2024
2.1.56 180 12/28/2023
2.1.55 133 12/28/2023
2.1.54 99 12/28/2023
2.1.53 137 12/28/2023
2.1.52 102 12/27/2023
2.1.51 92 12/27/2023
2.1.50 95 12/27/2023
2.1.49 185 12/25/2023
2.1.48 102 12/25/2023
2.1.47 94 12/25/2023
2.1.46 148 12/25/2023
2.1.45 122 12/25/2023
2.1.44 94 12/25/2023
2.1.43 168 12/24/2023
2.1.42 148 12/23/2023
2.1.41 131 12/23/2023
2.1.40 112 12/23/2023
2.1.39 93 12/23/2023
2.1.38 156 12/19/2023
2.1.37 145 12/19/2023
2.1.36 203 12/10/2023
2.1.35 147 12/10/2023
2.1.34 150 12/9/2023
2.1.33 123 12/9/2023
2.1.32 148 12/9/2023
2.1.31 145 12/6/2023
2.1.30 142 12/5/2023
2.1.29 130 12/4/2023
2.1.28 115 12/4/2023
2.1.27 133 12/4/2023
2.1.26 186 11/23/2023
2.1.25 115 11/23/2023
2.1.24 114 11/23/2023
2.1.23 115 11/23/2023
2.1.22 92 11/23/2023
2.1.21 143 11/20/2023
2.1.20 117 11/20/2023
2.1.19 129 11/19/2023
2.1.18 120 11/19/2023
2.1.17 130 11/19/2023
2.1.16 100 11/19/2023
2.1.15 127 11/18/2023
2.1.14 117 11/18/2023
2.1.13 127 11/18/2023
2.1.12 129 11/17/2023
2.1.11 122 11/17/2023
2.1.10 106 11/17/2023
2.1.9 119 11/17/2023
2.1.8 139 11/17/2023
2.1.7 118 11/17/2023
2.1.6 128 11/17/2023
2.1.5 112 11/17/2023
2.1.4 125 11/16/2023
2.0.91 138 11/15/2023
2.0.90 99 11/15/2023
2.0.89 100 11/15/2023
2.0.88 113 11/15/2023
2.0.3 97 11/16/2023
2.0.2 98 11/16/2023
2.0.1 99 11/16/2023
1.0.87 104 11/14/2023
1.0.86 138 11/13/2023
1.0.85 126 11/10/2023
1.0.84 148 11/9/2023
1.0.83 95 11/9/2023
1.0.82 165 11/7/2023
1.0.81 136 11/6/2023
1.0.80 146 11/3/2023
1.0.79 132 11/2/2023
1.0.78 154 11/1/2023
1.0.77 195 10/26/2023
1.0.76 161 10/24/2023
1.0.75 136 10/19/2023
1.0.74 154 10/18/2023
1.0.73 179 10/17/2023
1.0.72 155 10/16/2023
1.0.71 170 10/13/2023
1.0.70 132 10/12/2023
1.0.69 165 10/10/2023
1.0.68 187 9/20/2023
1.0.67 129 9/19/2023
1.0.66 142 9/18/2023
1.0.65 111 9/18/2023
1.0.64 198 9/14/2023
1.0.63 154 9/12/2023
1.0.62 203 8/31/2023
1.0.61 148 8/30/2023
1.0.60 169 8/29/2023
1.0.59 173 8/28/2023
1.0.58 153 8/25/2023
1.0.57 165 8/24/2023
1.0.56 182 8/21/2023
1.0.55 140 8/18/2023
1.0.54 149 8/17/2023
1.0.53 149 8/16/2023
1.0.52 208 8/10/2023
1.0.51 184 8/9/2023
1.0.50 201 8/8/2023
1.0.49 114 8/8/2023
1.0.48 177 8/7/2023
1.0.47 136 8/7/2023
1.0.46 305 7/13/2023
1.0.45 209 7/11/2023
1.0.44 136 7/11/2023
1.0.43 206 7/10/2023
1.0.42 140 7/7/2023
1.0.41 135 7/7/2023
1.0.40 224 6/30/2023
1.0.39 141 6/29/2023
1.0.38 232 6/28/2023
1.0.37 175 6/27/2023
1.0.36 269 6/26/2023
1.0.35 146 6/23/2023
1.0.34 127 6/23/2023
1.0.33 276 6/21/2023
1.0.32 183 6/15/2023
1.0.31 162 6/14/2023
1.0.30 201 6/13/2023
1.0.29 164 6/9/2023
1.0.28 195 6/8/2023
1.0.27 194 6/7/2023
1.0.26 244 6/6/2023
1.0.25 120 6/6/2023
1.0.24 168 6/5/2023
1.0.23 214 6/2/2023
1.0.22 115 6/2/2023
1.0.21 202 6/1/2023
1.0.20 169 5/31/2023
1.0.19 99 5/31/2023
1.0.18 163 5/31/2023
1.0.17 185 5/30/2023
1.0.16 142 5/29/2023
1.0.15 206 5/26/2023
1.0.14 182 5/25/2023
1.0.13 153 5/24/2023
1.0.12 215 5/24/2023
1.0.11 117 5/23/2023
1.0.10 206 5/23/2023
1.0.9 119 5/23/2023
1.0.8 119 5/22/2023
1.0.7 189 5/19/2023
1.0.6 149 5/17/2023
1.0.5 198 5/16/2023
1.0.4 139 5/15/2023
1.0.3 134 5/12/2023
1.0.2 263 4/28/2023
1.0.1 138 4/28/2023