Soenneker.Blazor.Utils.Navigation 2.1.205

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

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

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