Soenneker.Blazor.Navigation 1.0.46

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.Navigation --version 1.0.46
NuGet\Install-Package Soenneker.Blazor.Navigation -Version 1.0.46
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.Navigation" Version="1.0.46" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Navigation --version 1.0.46
#r "nuget: Soenneker.Blazor.Navigation, 1.0.46"
#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.Navigation as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Navigation&version=1.0.46

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

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.Navigation

A Blazor WebAssembly library that features navigate back, login/logout, reload and more

Can work side-by-side existing Blazor NavigationManager usage, and still work with navigate back

Installation

Install-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();

Logging in/out

// Pairs nicely with MSAL defaults
NavigationUtil.Logout();
NavigationUtil.Login();
// within the SPA client
NavigationUtil.NavigateTo("/users");

// forcing a page load
NavigationUtil.NavigateTo("/users", true);
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.46 179 11/16/2023
1.0.45 127 10/24/2023
1.0.44 119 10/24/2023
1.0.43 115 10/24/2023
1.0.42 106 10/10/2023
1.0.41 101 10/10/2023
1.0.40 98 10/10/2023
1.0.39 123 9/12/2023
1.0.38 114 9/12/2023
1.0.37 115 9/12/2023
1.0.36 172 8/8/2023
1.0.35 157 8/8/2023
1.0.34 158 8/8/2023
1.0.33 163 7/11/2023
1.0.32 147 7/11/2023
1.0.31 154 7/11/2023
1.0.30 144 6/23/2023
1.0.29 149 6/23/2023
1.0.28 138 6/23/2023
1.0.27 143 6/13/2023
1.0.26 141 6/13/2023
1.0.25 143 6/13/2023
1.0.23 324 4/11/2023
1.0.22 221 4/11/2023
1.0.21 230 4/11/2023
1.0.20 225 4/11/2023
1.0.19 246 4/3/2023
1.0.18 270 3/23/2023
1.0.17 305 3/18/2023
1.0.11 281 3/18/2023
1.0.10 258 3/18/2023
1.0.7 273 3/18/2023
1.0.6 261 3/18/2023
1.0.5 432 1/17/2023
1.0.4 328 1/14/2023
1.0.3 332 1/14/2023
1.0.2 315 1/13/2023
1.0.1 326 1/13/2023