cloudscribe.Web.Navigation 10.0.0

Prefix Reserved
dotnet add package cloudscribe.Web.Navigation --version 10.0.0
                    
NuGet\Install-Package cloudscribe.Web.Navigation -Version 10.0.0
                    
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="cloudscribe.Web.Navigation" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="cloudscribe.Web.Navigation" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="cloudscribe.Web.Navigation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add cloudscribe.Web.Navigation --version 10.0.0
                    
#r "nuget: cloudscribe.Web.Navigation, 10.0.0"
                    
#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.
#:package cloudscribe.Web.Navigation@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=cloudscribe.Web.Navigation&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=cloudscribe.Web.Navigation&version=10.0.0
                    
Install as a Cake Tool

cloudscribe.Web.Navigation

An ASP.NET Core viewcomponent for menus and breadcrumbs. Provides flexible, hierarchical navigation and breadcrumb support for web applications.

Usage

  1. Install the NuGet package:
    dotnet add package cloudscribe.Web.Navigation
    
  2. Add the view component to your layout or page:
    @await Component.InvokeAsync("Navigation")
    
  3. Configure navigation in your app as needed. See the GitHub repo for advanced usage and customization.

License

Licensed under the Apache-2.0 License.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on cloudscribe.Web.Navigation:

Package Downloads
cloudscribe.Web.SiteMap.FromNavigation

cloudscribe.Web.SiteMap.FromNavigation a library that implements ISiteMapNodeService using existing tree of nodes from cloudscribe.Web.Navigation.NavigationTreeBuilderService

cloudscribe.SimpleContent.Web

A simple, yet flexible content and blog engine for ASP.NET Core that can work with or without a database

cloudscribe.SimpleContent.Web.Mvc

MVC Controllers for cloudscribe.SimpleContent.Web

cloudscribe.SimpleContent.MetaWeblog

cloudscribe.SimpleContent.MetaWeblog Class Library

cloudscribe.EmailList.Web.Mvc

The main package for the cloudscribe Newsletter Solution

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 665 4/7/2026
8.7.0 1,529 3/2/2026
8.6.0 3,237 11/19/2025
8.5.0 2,130 9/22/2025
8.4.0 1,734 8/21/2025
8.3.0 1,590 7/23/2025
8.2.0 1,342 7/9/2025
8.1.0 2,627 5/1/2025
8.0.0 9,805 8/5/2024
6.0.4 1,881 5/17/2024
6.0.3 6,976 7/25/2023
6.0.2 10,980 2/16/2023
6.0.1 5,143 10/6/2022
6.0.0 33,231 4/22/2022
5.0.1 3,803 2/22/2022
5.0.0 15,251 11/26/2021
4.1.8 14,741 3/16/2021
4.1.5 4,954 1/20/2021
4.1.4 1,147 12/23/2020
4.1.3 729 12/23/2020
Loading failed