Soenneker.Blazor.Utils.Navigation 3.0.396

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 3.0.396                
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 3.0.396                
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="3.0.396" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.Navigation --version 3.0.396                
#r "nuget: Soenneker.Blazor.Utils.Navigation, 3.0.396"                
#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=3.0.396

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

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 net9.0 is compatible. 
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

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
3.0.397 62 11/21/2024
3.0.396 237 11/20/2024
3.0.395 251 11/20/2024
3.0.394 113 11/19/2024
3.0.393 36 11/19/2024
3.0.392 133 11/19/2024
3.0.391 244 11/19/2024
3.0.390 84 11/19/2024
3.0.389 434 11/14/2024
3.0.388 251 11/14/2024
3.0.387 219 11/14/2024
3.0.386 102 11/14/2024
3.0.385 65 11/14/2024
3.0.384 285 11/14/2024
3.0.383 64 11/14/2024
3.0.382 75 11/14/2024
3.0.381 69 11/14/2024
2.1.380 155 11/13/2024
2.1.379 314 11/13/2024
2.1.378 97 11/13/2024
2.1.377 76 11/12/2024
2.1.376 68 11/12/2024
2.1.375 385 11/12/2024
2.1.374 415 11/9/2024
2.1.373 341 11/9/2024
2.1.372 70 11/8/2024
2.1.371 98 11/8/2024
2.1.370 94 11/8/2024
2.1.369 100 11/8/2024
2.1.368 345 11/8/2024
2.1.367 82 11/8/2024
2.1.366 861 10/31/2024
2.1.365 532 10/29/2024
2.1.364 241 10/29/2024
2.1.363 237 10/29/2024
2.1.362 488 10/26/2024
2.1.361 505 10/22/2024
2.1.360 215 10/22/2024
2.1.359 67 10/22/2024
2.1.358 562 10/17/2024
2.1.357 558 10/14/2024
2.1.356 511 10/11/2024
2.1.355 115 10/11/2024
2.1.354 288 10/11/2024
2.1.353 290 10/9/2024
2.1.352 178 10/8/2024
2.1.351 215 10/8/2024
2.1.350 77 10/8/2024
2.1.349 207 10/8/2024
2.1.348 324 10/3/2024
2.1.347 94 10/3/2024
2.1.346 134 10/3/2024
2.1.345 163 10/2/2024
2.1.344 135 10/2/2024
2.1.343 155 10/1/2024
2.1.342 131 10/1/2024
2.1.341 106 9/30/2024
2.1.340 136 9/29/2024
2.1.339 118 9/29/2024
2.1.338 145 9/27/2024
2.1.337 107 9/27/2024
2.1.336 100 9/27/2024
2.1.335 166 9/26/2024
2.1.334 147 9/26/2024
2.1.333 141 9/26/2024
2.1.332 133 9/23/2024
2.1.331 140 9/23/2024
2.1.330 139 9/23/2024
2.1.329 150 9/23/2024
2.1.328 151 9/23/2024
2.1.327 153 9/17/2024
2.1.326 117 9/17/2024
2.1.325 122 9/17/2024
2.1.324 136 9/17/2024
2.1.323 123 9/17/2024
2.1.322 157 9/17/2024
2.1.321 140 9/16/2024
2.1.320 185 9/12/2024
2.1.319 162 9/11/2024
2.1.318 183 9/11/2024
2.1.317 170 9/10/2024
2.1.316 89 9/10/2024
2.1.314 196 9/9/2024
2.1.313 153 9/9/2024
2.1.312 150 9/9/2024
2.1.311 160 9/9/2024
2.1.310 89 9/9/2024
2.1.309 154 9/9/2024
2.1.308 153 9/7/2024
2.1.307 149 9/6/2024
2.1.306 171 9/5/2024
2.1.305 138 9/5/2024
2.1.304 102 9/5/2024
2.1.303 164 9/5/2024
2.1.302 166 9/5/2024
2.1.301 128 9/4/2024
2.1.300 226 9/3/2024
2.1.299 140 9/3/2024
2.1.298 118 9/3/2024
2.1.297 85 9/3/2024
2.1.296 147 8/29/2024
2.1.295 179 8/26/2024
2.1.294 206 8/21/2024
2.1.293 151 8/21/2024
2.1.292 129 8/20/2024
2.1.291 160 8/20/2024
2.1.290 99 8/20/2024
2.1.289 189 8/20/2024
2.1.288 117 8/19/2024
2.1.287 206 8/15/2024
2.1.286 141 8/13/2024
2.1.285 147 8/13/2024
2.1.284 130 8/13/2024
2.1.283 116 8/6/2024
2.1.282 101 8/6/2024
2.1.281 172 8/1/2024
2.1.280 96 8/1/2024
2.1.279 101 8/1/2024
2.1.278 168 7/25/2024
2.1.277 110 7/25/2024
2.1.276 91 7/25/2024
2.1.275 80 7/24/2024
2.1.274 151 7/24/2024
2.1.273 164 7/20/2024
2.1.272 179 7/14/2024
2.1.271 89 7/14/2024
2.1.270 152 7/10/2024
2.1.269 153 7/10/2024
2.1.268 83 7/10/2024
2.1.267 114 7/10/2024
2.1.266 119 7/10/2024
2.1.265 75 7/10/2024
2.1.264 104 7/10/2024
2.1.263 104 7/9/2024
2.1.261 84 7/9/2024
2.1.260 69 7/9/2024
2.1.259 108 7/9/2024
2.1.258 100 7/9/2024
2.1.257 71 7/9/2024
2.1.256 101 7/9/2024
2.1.255 79 7/9/2024
2.1.254 105 7/9/2024
2.1.253 114 7/9/2024
2.1.252 124 7/9/2024
2.1.251 80 7/8/2024
2.1.250 117 7/8/2024
2.1.249 153 7/8/2024
2.1.248 85 7/7/2024
2.1.247 136 7/7/2024
2.1.246 97 7/7/2024
2.1.245 115 7/7/2024
2.1.244 178 7/3/2024
2.1.243 242 6/22/2024
2.1.242 201 6/15/2024
2.1.241 110 6/15/2024
2.1.240 173 6/14/2024
2.1.239 181 6/1/2024
2.1.238 129 6/1/2024
2.1.237 134 6/1/2024
2.1.236 95 6/1/2024
2.1.235 146 5/31/2024
2.1.234 190 5/29/2024
2.1.233 114 5/28/2024
2.1.232 86 5/28/2024
2.1.231 109 5/28/2024
2.1.230 162 5/27/2024
2.1.229 130 5/26/2024
2.1.228 133 5/26/2024
2.1.227 111 5/26/2024
2.1.226 181 5/25/2024
2.1.225 111 5/25/2024
2.1.224 90 5/25/2024
2.1.223 176 5/25/2024
2.1.222 104 5/25/2024
2.1.221 150 5/23/2024
2.1.220 143 5/23/2024
2.1.219 146 5/22/2024
2.1.218 96 5/22/2024
2.1.217 175 5/22/2024
2.1.216 88 5/22/2024
2.1.215 173 5/18/2024
2.1.214 132 5/17/2024
2.1.213 147 5/17/2024
2.1.212 132 5/16/2024
2.1.211 181 5/15/2024
2.1.210 110 5/15/2024
2.1.209 99 5/15/2024
2.1.208 138 5/14/2024
2.1.207 102 5/13/2024
2.1.206 185 4/30/2024
2.1.205 145 4/29/2024
2.1.204 176 4/28/2024
2.1.203 145 4/28/2024
2.1.202 165 4/28/2024
2.1.201 144 4/28/2024
2.1.200 106 4/28/2024
2.1.199 120 4/27/2024
2.1.198 152 4/27/2024
2.1.197 174 4/19/2024
2.1.196 153 4/18/2024
2.1.195 204 4/12/2024
2.1.194 127 4/12/2024
2.1.193 150 4/12/2024
2.1.192 182 4/12/2024
2.1.191 98 4/12/2024
2.1.190 159 4/12/2024
2.1.189 100 4/12/2024
2.1.188 154 4/10/2024
2.1.187 108 4/9/2024
2.1.186 102 4/9/2024
2.1.185 137 4/9/2024
2.1.184 189 4/2/2024
2.1.183 139 4/1/2024
2.1.182 146 4/1/2024
2.1.181 330 3/19/2024
2.1.180 124 3/19/2024
2.1.179 175 3/19/2024
2.1.178 200 3/15/2024
2.1.177 183 3/13/2024
2.1.176 163 3/13/2024
2.1.175 136 3/13/2024
2.1.174 180 3/13/2024
2.1.173 96 3/13/2024
2.1.172 167 3/12/2024
2.1.171 146 3/12/2024
2.1.170 163 3/12/2024
2.1.169 107 3/12/2024
2.1.168 183 3/11/2024
2.1.167 168 3/11/2024
2.1.166 167 3/10/2024
2.1.165 143 3/8/2024
2.1.164 107 3/8/2024
2.1.163 183 3/8/2024
2.1.162 199 3/6/2024
2.1.161 178 3/4/2024
2.1.160 165 3/4/2024
2.1.159 189 3/3/2024
2.1.158 165 3/2/2024
2.1.157 107 3/2/2024
2.1.156 177 3/2/2024
2.1.155 109 3/2/2024
2.1.154 177 2/29/2024
2.1.153 120 2/29/2024
2.1.152 115 2/29/2024
2.1.151 238 2/26/2024
2.1.150 144 2/25/2024
2.1.149 168 2/25/2024
2.1.148 167 2/23/2024
2.1.147 184 2/22/2024
2.1.146 166 2/22/2024
2.1.145 145 2/21/2024
2.1.144 185 2/21/2024
2.1.143 182 2/21/2024
2.1.142 109 2/21/2024
2.1.141 164 2/21/2024
2.1.140 166 2/20/2024
2.1.139 165 2/20/2024
2.1.138 133 2/20/2024
2.1.137 165 2/20/2024
2.1.136 146 2/19/2024
2.1.135 151 2/19/2024
2.1.134 184 2/17/2024
2.1.133 156 2/16/2024
2.1.132 153 2/16/2024
2.1.131 180 2/16/2024
2.1.130 157 2/16/2024
2.1.129 107 2/16/2024
2.1.128 109 2/16/2024
2.1.127 257 2/13/2024
2.1.126 153 2/13/2024
2.1.125 112 2/13/2024
2.1.124 135 2/13/2024
2.1.123 103 2/13/2024
2.1.122 159 2/13/2024
2.1.121 104 2/13/2024
2.1.120 228 2/12/2024
2.1.119 101 2/11/2024
2.1.118 139 2/11/2024
2.1.117 180 2/11/2024
2.1.116 150 2/10/2024
2.1.115 148 2/9/2024
2.1.114 192 2/9/2024
2.1.113 119 2/9/2024
2.1.112 194 2/8/2024
2.1.111 129 2/8/2024
2.1.110 170 2/8/2024
2.1.109 174 2/7/2024
2.1.108 137 2/7/2024
2.1.107 207 2/7/2024
2.1.106 103 2/7/2024
2.1.105 164 2/6/2024
2.1.104 163 2/6/2024
2.1.103 110 2/6/2024
2.1.102 139 2/5/2024
2.1.101 163 2/4/2024
2.1.100 149 2/2/2024
2.1.99 253 1/31/2024
2.1.98 151 1/29/2024
2.1.97 145 1/29/2024
2.1.96 110 1/29/2024
2.1.95 142 1/29/2024
2.1.94 131 1/28/2024
2.1.93 140 1/28/2024
2.1.92 104 1/28/2024
2.1.91 141 1/28/2024
2.1.90 137 1/28/2024
2.1.89 128 1/27/2024
2.1.88 130 1/27/2024
2.1.87 109 1/27/2024
2.1.86 151 1/27/2024
2.1.85 130 1/27/2024
2.1.84 103 1/27/2024
2.1.83 109 1/26/2024
2.1.82 96 1/26/2024
2.1.81 225 1/26/2024
2.1.80 141 1/26/2024
2.1.79 133 1/26/2024
2.1.78 111 1/26/2024
2.1.77 156 1/25/2024
2.1.76 141 1/25/2024
2.1.75 141 1/25/2024
2.1.74 103 1/25/2024
2.1.73 168 1/19/2024
2.1.72 162 1/15/2024
2.1.71 160 1/15/2024
2.1.70 144 1/15/2024
2.1.69 184 1/15/2024
2.1.68 133 1/15/2024
2.1.67 182 1/14/2024
2.1.66 137 1/13/2024
2.1.65 160 1/12/2024
2.1.64 214 1/11/2024
2.1.63 135 1/9/2024
2.1.62 134 1/9/2024
2.1.61 174 1/7/2024
2.1.60 164 1/5/2024
2.1.59 109 1/5/2024
2.1.58 175 1/5/2024
2.1.57 270 1/1/2024
2.1.56 232 12/28/2023
2.1.55 172 12/28/2023
2.1.54 126 12/28/2023
2.1.53 171 12/28/2023
2.1.52 129 12/27/2023
2.1.51 118 12/27/2023
2.1.50 119 12/27/2023
2.1.49 252 12/25/2023
2.1.48 138 12/25/2023
2.1.47 122 12/25/2023
2.1.46 205 12/25/2023
2.1.45 152 12/25/2023
2.1.44 121 12/25/2023
2.1.43 214 12/24/2023
2.1.42 200 12/23/2023
2.1.41 169 12/23/2023
2.1.40 155 12/23/2023
2.1.39 121 12/23/2023
2.1.38 198 12/19/2023
2.1.37 185 12/19/2023
2.1.36 248 12/10/2023
2.1.35 195 12/10/2023
2.1.34 199 12/9/2023
2.1.33 163 12/9/2023
2.1.32 195 12/9/2023
2.1.31 188 12/6/2023
2.1.30 198 12/5/2023
2.1.29 185 12/4/2023
2.1.28 139 12/4/2023
2.1.27 188 12/4/2023
2.1.26 255 11/23/2023
2.1.25 160 11/23/2023
2.1.24 149 11/23/2023
2.1.23 160 11/23/2023
2.1.22 119 11/23/2023
2.1.21 193 11/20/2023
2.1.20 167 11/20/2023
2.1.19 173 11/19/2023
2.1.18 176 11/19/2023
2.1.17 184 11/19/2023
2.1.16 126 11/19/2023
2.1.15 176 11/18/2023
2.1.14 150 11/18/2023
2.1.13 184 11/18/2023
2.1.12 179 11/17/2023
2.1.11 169 11/17/2023
2.1.10 144 11/17/2023
2.1.9 155 11/17/2023
2.1.8 193 11/17/2023
2.1.7 154 11/17/2023
2.1.6 168 11/17/2023
2.1.5 139 11/17/2023
2.1.4 168 11/16/2023
2.0.91 189 11/15/2023
2.0.90 127 11/15/2023
2.0.89 127 11/15/2023
2.0.88 148 11/15/2023
2.0.3 127 11/16/2023
2.0.2 134 11/16/2023
2.0.1 134 11/16/2023
1.0.87 134 11/14/2023
1.0.86 201 11/13/2023
1.0.85 161 11/10/2023
1.0.84 210 11/9/2023
1.0.83 124 11/9/2023
1.0.82 220 11/7/2023
1.0.81 182 11/6/2023
1.0.80 184 11/3/2023
1.0.79 168 11/2/2023
1.0.78 217 11/1/2023
1.0.77 240 10/26/2023
1.0.76 208 10/24/2023
1.0.75 173 10/19/2023
1.0.74 201 10/18/2023
1.0.73 227 10/17/2023
1.0.72 202 10/16/2023
1.0.71 226 10/13/2023
1.0.70 180 10/12/2023
1.0.69 214 10/10/2023
1.0.68 209 9/20/2023
1.0.67 163 9/19/2023
1.0.66 187 9/18/2023
1.0.65 136 9/18/2023
1.0.64 261 9/14/2023
1.0.63 192 9/12/2023
1.0.62 244 8/31/2023
1.0.61 194 8/30/2023
1.0.60 214 8/29/2023
1.0.59 219 8/28/2023
1.0.58 195 8/25/2023
1.0.57 205 8/24/2023
1.0.56 219 8/21/2023
1.0.55 175 8/18/2023
1.0.54 196 8/17/2023
1.0.53 195 8/16/2023
1.0.52 255 8/10/2023
1.0.51 234 8/9/2023
1.0.50 254 8/8/2023
1.0.49 146 8/8/2023
1.0.48 223 8/7/2023
1.0.47 162 8/7/2023
1.0.46 364 7/13/2023
1.0.45 258 7/11/2023
1.0.44 162 7/11/2023
1.0.43 255 7/10/2023
1.0.42 175 7/7/2023
1.0.41 165 7/7/2023
1.0.40 293 6/30/2023
1.0.39 172 6/29/2023
1.0.38 278 6/28/2023
1.0.37 215 6/27/2023
1.0.36 329 6/26/2023
1.0.35 183 6/23/2023
1.0.34 161 6/23/2023
1.0.33 336 6/21/2023
1.0.32 223 6/15/2023
1.0.31 198 6/14/2023
1.0.30 257 6/13/2023
1.0.29 206 6/9/2023
1.0.28 238 6/8/2023
1.0.27 231 6/7/2023
1.0.26 302 6/6/2023
1.0.25 147 6/6/2023
1.0.24 203 6/5/2023
1.0.23 260 6/2/2023
1.0.22 147 6/2/2023
1.0.21 243 6/1/2023
1.0.20 207 5/31/2023
1.0.19 123 5/31/2023
1.0.18 201 5/31/2023
1.0.17 238 5/30/2023
1.0.16 180 5/29/2023
1.0.15 251 5/26/2023
1.0.14 233 5/25/2023
1.0.13 194 5/24/2023
1.0.12 267 5/24/2023
1.0.11 140 5/23/2023
1.0.10 261 5/23/2023
1.0.9 150 5/23/2023
1.0.8 145 5/22/2023
1.0.7 238 5/19/2023
1.0.6 190 5/17/2023
1.0.5 252 5/16/2023
1.0.4 175 5/15/2023
1.0.3 171 5/12/2023
1.0.2 305 4/28/2023
1.0.1 176 4/28/2023