Soenneker.Blazor.Utils.Navigation 2.1.162

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

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

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