Soenneker.Blazor.Utils.Navigation 2.1.206

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

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

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