Soenneker.Blazor.Utils.Navigation 2.1.243

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.Navigation --version 2.1.243
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 2.1.243
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.243" />
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.243
#r "nuget: Soenneker.Blazor.Utils.Navigation, 2.1.243"
#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.243

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

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.243 107 6/22/2024
2.1.242 147 6/15/2024
2.1.241 75 6/15/2024
2.1.240 122 6/14/2024
2.1.239 143 6/1/2024
2.1.238 94 6/1/2024
2.1.237 96 6/1/2024
2.1.236 66 6/1/2024
2.1.235 111 5/31/2024
2.1.234 138 5/29/2024
2.1.233 87 5/28/2024
2.1.232 60 5/28/2024
2.1.231 80 5/28/2024
2.1.230 108 5/27/2024
2.1.229 93 5/26/2024
2.1.228 90 5/26/2024
2.1.227 79 5/26/2024
2.1.226 132 5/25/2024
2.1.225 83 5/25/2024
2.1.224 69 5/25/2024
2.1.223 126 5/25/2024
2.1.222 62 5/25/2024
2.1.221 107 5/23/2024
2.1.220 101 5/23/2024
2.1.219 105 5/22/2024
2.1.218 69 5/22/2024
2.1.217 126 5/22/2024
2.1.216 66 5/22/2024
2.1.215 134 5/18/2024
2.1.214 103 5/17/2024
2.1.213 111 5/17/2024
2.1.212 106 5/16/2024
2.1.211 137 5/15/2024
2.1.210 85 5/15/2024
2.1.209 78 5/15/2024
2.1.208 107 5/14/2024
2.1.207 71 5/13/2024
2.1.206 144 4/30/2024
2.1.205 107 4/29/2024
2.1.204 136 4/28/2024
2.1.203 110 4/28/2024
2.1.202 128 4/28/2024
2.1.201 109 4/28/2024
2.1.200 81 4/28/2024
2.1.199 94 4/27/2024
2.1.198 116 4/27/2024
2.1.197 138 4/19/2024
2.1.196 110 4/18/2024
2.1.195 158 4/12/2024
2.1.194 92 4/12/2024
2.1.193 115 4/12/2024
2.1.192 139 4/12/2024
2.1.191 76 4/12/2024
2.1.190 119 4/12/2024
2.1.189 77 4/12/2024
2.1.188 115 4/10/2024
2.1.187 85 4/9/2024
2.1.186 77 4/9/2024
2.1.185 105 4/9/2024
2.1.184 158 4/2/2024
2.1.183 98 4/1/2024
2.1.182 105 4/1/2024
2.1.181 240 3/19/2024
2.1.180 92 3/19/2024
2.1.179 127 3/19/2024
2.1.178 167 3/15/2024
2.1.177 137 3/13/2024
2.1.176 124 3/13/2024
2.1.175 103 3/13/2024
2.1.174 129 3/13/2024
2.1.173 83 3/13/2024
2.1.172 116 3/12/2024
2.1.171 109 3/12/2024
2.1.170 122 3/12/2024
2.1.169 83 3/12/2024
2.1.168 144 3/11/2024
2.1.167 126 3/11/2024
2.1.166 123 3/10/2024
2.1.165 111 3/8/2024
2.1.164 81 3/8/2024
2.1.163 135 3/8/2024
2.1.162 158 3/6/2024
2.1.161 131 3/4/2024
2.1.160 118 3/4/2024
2.1.159 144 3/3/2024
2.1.158 123 3/2/2024
2.1.157 81 3/2/2024
2.1.156 115 3/2/2024
2.1.155 82 3/2/2024
2.1.154 134 2/29/2024
2.1.153 91 2/29/2024
2.1.152 83 2/29/2024
2.1.151 194 2/26/2024
2.1.150 112 2/25/2024
2.1.149 123 2/25/2024
2.1.148 130 2/23/2024
2.1.147 154 2/22/2024
2.1.146 124 2/22/2024
2.1.145 111 2/21/2024
2.1.144 142 2/21/2024
2.1.143 134 2/21/2024
2.1.142 81 2/21/2024
2.1.141 116 2/21/2024
2.1.140 126 2/20/2024
2.1.139 120 2/20/2024
2.1.138 98 2/20/2024
2.1.137 119 2/20/2024
2.1.136 100 2/19/2024
2.1.135 104 2/19/2024
2.1.134 130 2/17/2024
2.1.133 106 2/16/2024
2.1.132 113 2/16/2024
2.1.131 125 2/16/2024
2.1.130 108 2/16/2024
2.1.129 77 2/16/2024
2.1.128 80 2/16/2024
2.1.127 191 2/13/2024
2.1.126 114 2/13/2024
2.1.125 80 2/13/2024
2.1.124 103 2/13/2024
2.1.123 73 2/13/2024
2.1.122 110 2/13/2024
2.1.121 76 2/13/2024
2.1.120 183 2/12/2024
2.1.119 80 2/11/2024
2.1.118 104 2/11/2024
2.1.117 116 2/11/2024
2.1.116 111 2/10/2024
2.1.115 108 2/9/2024
2.1.114 130 2/9/2024
2.1.113 90 2/9/2024
2.1.112 132 2/8/2024
2.1.111 101 2/8/2024
2.1.110 124 2/8/2024
2.1.109 134 2/7/2024
2.1.108 99 2/7/2024
2.1.107 138 2/7/2024
2.1.106 85 2/7/2024
2.1.105 104 2/6/2024
2.1.104 119 2/6/2024
2.1.103 79 2/6/2024
2.1.102 100 2/5/2024
2.1.101 111 2/4/2024
2.1.100 102 2/2/2024
2.1.99 198 1/31/2024
2.1.98 103 1/29/2024
2.1.97 115 1/29/2024
2.1.96 76 1/29/2024
2.1.95 106 1/29/2024
2.1.94 96 1/28/2024
2.1.93 102 1/28/2024
2.1.92 75 1/28/2024
2.1.91 100 1/28/2024
2.1.90 96 1/28/2024
2.1.89 95 1/27/2024
2.1.88 95 1/27/2024
2.1.87 80 1/27/2024
2.1.86 109 1/27/2024
2.1.85 91 1/27/2024
2.1.84 78 1/27/2024
2.1.83 82 1/26/2024
2.1.82 74 1/26/2024
2.1.81 165 1/26/2024
2.1.80 105 1/26/2024
2.1.79 102 1/26/2024
2.1.78 84 1/26/2024
2.1.77 112 1/25/2024
2.1.76 101 1/25/2024
2.1.75 107 1/25/2024
2.1.74 77 1/25/2024
2.1.73 122 1/19/2024
2.1.72 124 1/15/2024
2.1.71 115 1/15/2024
2.1.70 108 1/15/2024
2.1.69 132 1/15/2024
2.1.68 100 1/15/2024
2.1.67 138 1/14/2024
2.1.66 107 1/13/2024
2.1.65 119 1/12/2024
2.1.64 163 1/11/2024
2.1.63 103 1/9/2024
2.1.62 105 1/9/2024
2.1.61 131 1/7/2024
2.1.60 117 1/5/2024
2.1.59 82 1/5/2024
2.1.58 134 1/5/2024
2.1.57 209 1/1/2024
2.1.56 184 12/28/2023
2.1.55 136 12/28/2023
2.1.54 103 12/28/2023
2.1.53 141 12/28/2023
2.1.52 105 12/27/2023
2.1.51 95 12/27/2023
2.1.50 99 12/27/2023
2.1.49 188 12/25/2023
2.1.48 105 12/25/2023
2.1.47 97 12/25/2023
2.1.46 151 12/25/2023
2.1.45 125 12/25/2023
2.1.44 97 12/25/2023
2.1.43 171 12/24/2023
2.1.42 151 12/23/2023
2.1.41 134 12/23/2023
2.1.40 115 12/23/2023
2.1.39 96 12/23/2023
2.1.38 159 12/19/2023
2.1.37 148 12/19/2023
2.1.36 206 12/10/2023
2.1.35 150 12/10/2023
2.1.34 153 12/9/2023
2.1.33 126 12/9/2023
2.1.32 151 12/9/2023
2.1.31 148 12/6/2023
2.1.30 145 12/5/2023
2.1.29 133 12/4/2023
2.1.28 118 12/4/2023
2.1.27 136 12/4/2023
2.1.26 190 11/23/2023
2.1.25 118 11/23/2023
2.1.24 117 11/23/2023
2.1.23 118 11/23/2023
2.1.22 95 11/23/2023
2.1.21 146 11/20/2023
2.1.20 120 11/20/2023
2.1.19 132 11/19/2023
2.1.18 123 11/19/2023
2.1.17 133 11/19/2023
2.1.16 103 11/19/2023
2.1.15 130 11/18/2023
2.1.14 120 11/18/2023
2.1.13 130 11/18/2023
2.1.12 132 11/17/2023
2.1.11 125 11/17/2023
2.1.10 109 11/17/2023
2.1.9 122 11/17/2023
2.1.8 142 11/17/2023
2.1.7 121 11/17/2023
2.1.6 131 11/17/2023
2.1.5 115 11/17/2023
2.1.4 128 11/16/2023
2.0.91 142 11/15/2023
2.0.90 102 11/15/2023
2.0.89 103 11/15/2023
2.0.88 116 11/15/2023
2.0.3 100 11/16/2023
2.0.2 101 11/16/2023
2.0.1 102 11/16/2023
1.0.87 108 11/14/2023
1.0.86 141 11/13/2023
1.0.85 129 11/10/2023
1.0.84 151 11/9/2023
1.0.83 98 11/9/2023
1.0.82 168 11/7/2023
1.0.81 139 11/6/2023
1.0.80 149 11/3/2023
1.0.79 135 11/2/2023
1.0.78 157 11/1/2023
1.0.77 200 10/26/2023
1.0.76 164 10/24/2023
1.0.75 139 10/19/2023
1.0.74 157 10/18/2023
1.0.73 182 10/17/2023
1.0.72 158 10/16/2023
1.0.71 173 10/13/2023
1.0.70 135 10/12/2023
1.0.69 169 10/10/2023
1.0.68 191 9/20/2023
1.0.67 132 9/19/2023
1.0.66 145 9/18/2023
1.0.65 114 9/18/2023
1.0.64 201 9/14/2023
1.0.63 157 9/12/2023
1.0.62 207 8/31/2023
1.0.61 151 8/30/2023
1.0.60 173 8/29/2023
1.0.59 176 8/28/2023
1.0.58 156 8/25/2023
1.0.57 168 8/24/2023
1.0.56 185 8/21/2023
1.0.55 143 8/18/2023
1.0.54 152 8/17/2023
1.0.53 152 8/16/2023
1.0.52 211 8/10/2023
1.0.51 187 8/9/2023
1.0.50 204 8/8/2023
1.0.49 117 8/8/2023
1.0.48 180 8/7/2023
1.0.47 139 8/7/2023
1.0.46 310 7/13/2023
1.0.45 212 7/11/2023
1.0.44 139 7/11/2023
1.0.43 209 7/10/2023
1.0.42 143 7/7/2023
1.0.41 138 7/7/2023
1.0.40 228 6/30/2023
1.0.39 143 6/29/2023
1.0.38 234 6/28/2023
1.0.37 178 6/27/2023
1.0.36 272 6/26/2023
1.0.35 151 6/23/2023
1.0.34 132 6/23/2023
1.0.33 279 6/21/2023
1.0.32 186 6/15/2023
1.0.31 165 6/14/2023
1.0.30 204 6/13/2023
1.0.29 167 6/9/2023
1.0.28 198 6/8/2023
1.0.27 197 6/7/2023
1.0.26 247 6/6/2023
1.0.25 123 6/6/2023
1.0.24 171 6/5/2023
1.0.23 217 6/2/2023
1.0.22 118 6/2/2023
1.0.21 205 6/1/2023
1.0.20 173 5/31/2023
1.0.19 102 5/31/2023
1.0.18 166 5/31/2023
1.0.17 188 5/30/2023
1.0.16 145 5/29/2023
1.0.15 209 5/26/2023
1.0.14 185 5/25/2023
1.0.13 156 5/24/2023
1.0.12 218 5/24/2023
1.0.11 120 5/23/2023
1.0.10 209 5/23/2023
1.0.9 122 5/23/2023
1.0.8 122 5/22/2023
1.0.7 192 5/19/2023
1.0.6 152 5/17/2023
1.0.5 201 5/16/2023
1.0.4 142 5/15/2023
1.0.3 137 5/12/2023
1.0.2 267 4/28/2023
1.0.1 141 4/28/2023