Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudscribe/cloudscribe.Web.Navigation
ASP.NET Core MVC ViewComponent for navigation menus and breadcrumbs
https://github.com/cloudscribe/cloudscribe.Web.Navigation
Last synced: 5 days ago
JSON representation
ASP.NET Core MVC ViewComponent for navigation menus and breadcrumbs
- Host: GitHub
- URL: https://github.com/cloudscribe/cloudscribe.Web.Navigation
- Owner: cloudscribe
- License: apache-2.0
- Created: 2015-10-23T20:24:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T13:30:33.000Z (6 months ago)
- Last Synced: 2024-07-17T22:30:30.068Z (4 months ago)
- Language: C#
- Homepage:
- Size: 1.18 MB
- Stars: 68
- Watchers: 15
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudscribe.Web.Navigation
cloudscribe.Web.Navigation ([NuGet](http://www.nuget.org/packages/cloudscribe.Web.Navigation)) provides an easy to use solution for menus, breadcrumbs, and other navigation in ASP.NET Core web applications. It was implemented for use with other cloudscribe components, but it does not depend on other cloudscribe components, and you can use it in your projects even if you are not using other cloudscribe components.
For installation instruction and full details, see the documentation: https://www.cloudscribe.com/docs/cloudscribe-web-navigation
The NavigationDemo.Web project has examples such as nodes filtered by roles, and a way to adjust breadcrumbs from a controller action. The demo app also has menu localization in 7 languages with a language switcher to illustrate how you can localize your own menus.
We use cloudscribe.Web.Navigation for the menus in [cloudscribe Core](https://github.com/joeaudette/cloudscribe), and in [cloudscribe SimpleContent](https://github.com/joeaudette/cloudscribe.SimpleContent)
If you have questions please visit our community forums https://www.cloudscribe.com/forum
Follow cloudscribe on twitter @cloudscribeweb
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/cloudscribeweb) [![Twitter Follow](https://img.shields.io/twitter/follow/cloudscribeweb.svg?style=social&label=Follow)](https://twitter.com/cloudscribeweb)
### Build Status
| Windows | Linux |
| ------------- | ------------- |
| [![Build status](https://ci.appveyor.com/api/projects/status/ghcdgoi7hybt8mue?svg=true)](https://ci.appveyor.com/project/joeaudette/cloudscribe-web-navigation) | [![Build Status](https://travis-ci.org/cloudscribe/cloudscribe.Web.Navigation.svg?branch=master)](https://travis-ci.org/cloudscribe/cloudscribe.Web.Navigation) |