Soenneker.Blazor.Utils.Navigation 2.1.130

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

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

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
2.1.374 102 11/9/2024
2.1.373 133 11/9/2024
2.1.372 32 11/8/2024
2.1.371 43 11/8/2024
2.1.370 46 11/8/2024
2.1.369 45 11/8/2024
2.1.368 141 11/8/2024
2.1.367 33 11/8/2024
2.1.366 615 10/31/2024
2.1.365 524 10/29/2024
2.1.364 233 10/29/2024
2.1.363 231 10/29/2024
2.1.362 482 10/26/2024
2.1.361 500 10/22/2024
2.1.360 210 10/22/2024
2.1.359 62 10/22/2024
2.1.358 556 10/17/2024
2.1.357 553 10/14/2024
2.1.356 506 10/11/2024
2.1.355 110 10/11/2024
2.1.354 283 10/11/2024
2.1.353 285 10/9/2024
2.1.352 173 10/8/2024
2.1.351 211 10/8/2024
2.1.350 72 10/8/2024
2.1.349 202 10/8/2024
2.1.348 320 10/3/2024
2.1.347 89 10/3/2024
2.1.346 129 10/3/2024
2.1.345 158 10/2/2024
2.1.344 130 10/2/2024
2.1.343 151 10/1/2024
2.1.342 127 10/1/2024
2.1.341 102 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 104 9/27/2024
2.1.336 97 9/27/2024
2.1.335 163 9/26/2024
2.1.334 144 9/26/2024
2.1.333 138 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 150 9/17/2024
2.1.326 114 9/17/2024
2.1.325 116 9/17/2024
2.1.324 130 9/17/2024
2.1.323 120 9/17/2024
2.1.322 154 9/17/2024
2.1.321 139 9/16/2024
2.1.320 183 9/12/2024
2.1.319 159 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 151 9/7/2024
2.1.307 148 9/6/2024
2.1.306 168 9/5/2024
2.1.305 135 9/5/2024
2.1.304 99 9/5/2024
2.1.303 161 9/5/2024
2.1.302 164 9/5/2024
2.1.301 125 9/4/2024
2.1.300 224 9/3/2024
2.1.299 138 9/3/2024
2.1.298 115 9/3/2024
2.1.297 82 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 113 8/6/2024
2.1.282 99 8/6/2024
2.1.281 169 8/1/2024
2.1.280 93 8/1/2024
2.1.279 98 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 182 4/30/2024
2.1.205 143 4/29/2024
2.1.204 173 4/28/2024
2.1.203 143 4/28/2024
2.1.202 162 4/28/2024
2.1.201 142 4/28/2024
2.1.200 102 4/28/2024
2.1.199 118 4/27/2024
2.1.198 149 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 124 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 151 4/10/2024
2.1.187 105 4/9/2024
2.1.186 99 4/9/2024
2.1.185 133 4/9/2024
2.1.184 187 4/2/2024
2.1.183 136 4/1/2024
2.1.182 144 4/1/2024
2.1.181 327 3/19/2024
2.1.180 121 3/19/2024
2.1.179 173 3/19/2024
2.1.178 197 3/15/2024
2.1.177 180 3/13/2024
2.1.176 158 3/13/2024
2.1.175 132 3/13/2024
2.1.174 176 3/13/2024
2.1.173 93 3/13/2024
2.1.172 164 3/12/2024
2.1.171 143 3/12/2024
2.1.170 160 3/12/2024
2.1.169 102 3/12/2024
2.1.168 181 3/11/2024
2.1.167 165 3/11/2024
2.1.166 164 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 162 3/2/2024
2.1.157 104 3/2/2024
2.1.156 170 3/2/2024
2.1.155 105 3/2/2024
2.1.154 170 2/29/2024
2.1.153 115 2/29/2024
2.1.152 110 2/29/2024
2.1.151 235 2/26/2024
2.1.150 142 2/25/2024
2.1.149 166 2/25/2024
2.1.148 164 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 182 2/21/2024
2.1.143 180 2/21/2024
2.1.142 105 2/21/2024
2.1.141 160 2/21/2024
2.1.140 164 2/20/2024
2.1.139 162 2/20/2024
2.1.138 131 2/20/2024
2.1.137 161 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 153 2/16/2024
2.1.132 151 2/16/2024
2.1.131 177 2/16/2024
2.1.130 152 2/16/2024
2.1.129 105 2/16/2024
2.1.128 104 2/16/2024
2.1.127 255 2/13/2024
2.1.126 150 2/13/2024
2.1.125 109 2/13/2024
2.1.124 132 2/13/2024
2.1.123 98 2/13/2024
2.1.122 156 2/13/2024
2.1.121 101 2/13/2024
2.1.120 226 2/12/2024
2.1.119 97 2/11/2024
2.1.118 137 2/11/2024
2.1.117 178 2/11/2024
2.1.116 147 2/10/2024
2.1.115 146 2/9/2024
2.1.114 189 2/9/2024
2.1.113 116 2/9/2024
2.1.112 191 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 203 2/7/2024
2.1.106 101 2/7/2024
2.1.105 160 2/6/2024
2.1.104 161 2/6/2024
2.1.103 106 2/6/2024
2.1.102 137 2/5/2024
2.1.101 158 2/4/2024
2.1.100 148 2/2/2024
2.1.99 249 1/31/2024
2.1.98 146 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 100 1/28/2024
2.1.91 140 1/28/2024
2.1.90 133 1/28/2024
2.1.89 125 1/27/2024
2.1.88 129 1/27/2024
2.1.87 108 1/27/2024
2.1.86 149 1/27/2024
2.1.85 127 1/27/2024
2.1.84 102 1/27/2024
2.1.83 106 1/26/2024
2.1.82 93 1/26/2024
2.1.81 223 1/26/2024
2.1.80 138 1/26/2024
2.1.79 132 1/26/2024
2.1.78 108 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 100 1/25/2024
2.1.73 166 1/19/2024
2.1.72 159 1/15/2024
2.1.71 158 1/15/2024
2.1.70 141 1/15/2024
2.1.69 181 1/15/2024
2.1.68 130 1/15/2024
2.1.67 179 1/14/2024
2.1.66 135 1/13/2024
2.1.65 156 1/12/2024
2.1.64 209 1/11/2024
2.1.63 132 1/9/2024
2.1.62 131 1/9/2024
2.1.61 171 1/7/2024
2.1.60 161 1/5/2024
2.1.59 106 1/5/2024
2.1.58 172 1/5/2024
2.1.57 268 1/1/2024
2.1.56 229 12/28/2023
2.1.55 170 12/28/2023
2.1.54 123 12/28/2023
2.1.53 169 12/28/2023
2.1.52 126 12/27/2023
2.1.51 114 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 202 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 195 12/19/2023
2.1.37 182 12/19/2023
2.1.36 245 12/10/2023
2.1.35 192 12/10/2023
2.1.34 196 12/9/2023
2.1.33 160 12/9/2023
2.1.32 193 12/9/2023
2.1.31 183 12/6/2023
2.1.30 195 12/5/2023
2.1.29 182 12/4/2023
2.1.28 136 12/4/2023
2.1.27 185 12/4/2023
2.1.26 252 11/23/2023
2.1.25 158 11/23/2023
2.1.24 147 11/23/2023
2.1.23 158 11/23/2023
2.1.22 116 11/23/2023
2.1.21 190 11/20/2023
2.1.20 164 11/20/2023
2.1.19 170 11/19/2023
2.1.18 172 11/19/2023
2.1.17 179 11/19/2023
2.1.16 123 11/19/2023
2.1.15 173 11/18/2023
2.1.14 146 11/18/2023
2.1.13 181 11/18/2023
2.1.12 176 11/17/2023
2.1.11 166 11/17/2023
2.1.10 140 11/17/2023
2.1.9 152 11/17/2023
2.1.8 190 11/17/2023
2.1.7 152 11/17/2023
2.1.6 165 11/17/2023
2.1.5 136 11/17/2023
2.1.4 164 11/16/2023
2.0.91 186 11/15/2023
2.0.90 125 11/15/2023
2.0.89 124 11/15/2023
2.0.88 145 11/15/2023
2.0.3 124 11/16/2023
2.0.2 130 11/16/2023
2.0.1 133 11/16/2023
1.0.87 131 11/14/2023
1.0.86 198 11/13/2023
1.0.85 158 11/10/2023
1.0.84 209 11/9/2023
1.0.83 120 11/9/2023
1.0.82 218 11/7/2023
1.0.81 180 11/6/2023
1.0.80 181 11/3/2023
1.0.79 166 11/2/2023
1.0.78 213 11/1/2023
1.0.77 237 10/26/2023
1.0.76 205 10/24/2023
1.0.75 171 10/19/2023
1.0.74 196 10/18/2023
1.0.73 223 10/17/2023
1.0.72 199 10/16/2023
1.0.71 222 10/13/2023
1.0.70 177 10/12/2023
1.0.69 211 10/10/2023
1.0.68 206 9/20/2023
1.0.67 161 9/19/2023
1.0.66 184 9/18/2023
1.0.65 133 9/18/2023
1.0.64 259 9/14/2023
1.0.63 187 9/12/2023
1.0.62 239 8/31/2023
1.0.61 191 8/30/2023
1.0.60 209 8/29/2023
1.0.59 216 8/28/2023
1.0.58 192 8/25/2023
1.0.57 202 8/24/2023
1.0.56 216 8/21/2023
1.0.55 172 8/18/2023
1.0.54 193 8/17/2023
1.0.53 191 8/16/2023
1.0.52 251 8/10/2023
1.0.51 231 8/9/2023
1.0.50 252 8/8/2023
1.0.49 143 8/8/2023
1.0.48 220 8/7/2023
1.0.47 159 8/7/2023
1.0.46 361 7/13/2023
1.0.45 255 7/11/2023
1.0.44 159 7/11/2023
1.0.43 252 7/10/2023
1.0.42 171 7/7/2023
1.0.41 162 7/7/2023
1.0.40 288 6/30/2023
1.0.39 169 6/29/2023
1.0.38 276 6/28/2023
1.0.37 212 6/27/2023
1.0.36 326 6/26/2023
1.0.35 180 6/23/2023
1.0.34 158 6/23/2023
1.0.33 333 6/21/2023
1.0.32 218 6/15/2023
1.0.31 195 6/14/2023
1.0.30 254 6/13/2023
1.0.29 203 6/9/2023
1.0.28 235 6/8/2023
1.0.27 226 6/7/2023
1.0.26 300 6/6/2023
1.0.25 144 6/6/2023
1.0.24 200 6/5/2023
1.0.23 257 6/2/2023
1.0.22 144 6/2/2023
1.0.21 240 6/1/2023
1.0.20 204 5/31/2023
1.0.19 120 5/31/2023
1.0.18 198 5/31/2023
1.0.17 235 5/30/2023
1.0.16 177 5/29/2023
1.0.15 248 5/26/2023
1.0.14 228 5/25/2023
1.0.13 191 5/24/2023
1.0.12 265 5/24/2023
1.0.11 137 5/23/2023
1.0.10 258 5/23/2023
1.0.9 147 5/23/2023
1.0.8 142 5/22/2023
1.0.7 235 5/19/2023
1.0.6 187 5/17/2023
1.0.5 249 5/16/2023
1.0.4 170 5/15/2023
1.0.3 168 5/12/2023
1.0.2 303 4/28/2023
1.0.1 173 4/28/2023