Soenneker.Blazor.Utils.Navigation 2.1.377

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.377                
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 2.1.377                
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.377" />                
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.377                
#r "nuget: Soenneker.Blazor.Utils.Navigation, 2.1.377"                
#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.377

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

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

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