anth12 / mvc-navigation

Simple breadcrumb support for MVC Attribute routing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVC Navigation

mvc Navigation logo

Getting started

Install the nuget package using the command: Install-Package Mvc.Navigation

In your Startup.cs add the following lines services.AddNavigation(); app.UseNavigation();

By default a tree builder will be registered that scans your controllers & auto-generates a navigation tree. To register a custom provider see TODO

ASP.NET core navigation (Breadcrumb, Sitemap & Navigation tree) provider.

Logo: Navigation by Nhor from the Noun Project

About

Simple breadcrumb support for MVC Attribute routing

License:MIT License


Languages

Language:C# 71.1%Language:HTML 26.9%Language:CSS 1.6%Language:JavaScript 0.4%