Soenneker.Blazor.Utils.Navigation 2.1.275

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

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

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