https://github.com/ghost1face/mvc5sitemapbuilder
An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
https://github.com/ghost1face/mvc5sitemapbuilder
mvc-framework mvc5 sitemap
Last synced: about 2 months ago
JSON representation
An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
- Host: GitHub
- URL: https://github.com/ghost1face/mvc5sitemapbuilder
- Owner: ghost1face
- License: ms-pl
- Created: 2015-10-31T00:18:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T22:28:55.000Z (over 9 years ago)
- Last Synced: 2024-04-29T04:05:08.527Z (about 1 year ago)
- Topics: mvc-framework, mvc5, sitemap
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mvc5SiteMapBuilder
Mvc5SiteMapBuilder is a tool that provides flexible menus, breadcrumb trails, similar to the ASP.NET SiteMapProvider model.
This code has been ported and adapted from project (https://github.com/maartenba/MvcSiteMapProvider) to meet specific needs of supporting DistributedCaching.This code has various changes created to alter the original behavior and re-work the caching side of things to work in a web-farm environment and support the use of a distributed cache server (Redis, AppFabric, Memcached, etc). It can be used for menus (permission/claims based), site maps, site map paths. This project supports xml, json and code driven sitemaps.
# NuGet
Install-Package Mvc5SiteMapBuilder# License
[MS-PL License](./LICENSE.md)