Soenneker.Blazor.Utils.Navigation 3.0.397

Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.Navigation --version 3.0.397                
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 3.0.397                
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.397" />                
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.397                
#r "nuget: Soenneker.Blazor.Utils.Navigation, 3.0.397"                
#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.397

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

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