Breadcrumb.Plugin
5.7.0
dotnet add package Breadcrumb.Plugin --version 5.7.0
NuGet\Install-Package Breadcrumb.Plugin -Version 5.7.0
<PackageReference Include="Breadcrumb.Plugin" Version="5.7.0" />
paket add Breadcrumb.Plugin --version 5.7.0
#r "nuget: Breadcrumb.Plugin, 5.7.0"
// Install Breadcrumb.Plugin as a Cake Addin #addin nuget:?package=Breadcrumb.Plugin&version=5.7.0 // Install Breadcrumb.Plugin as a Cake Tool #tool nuget:?package=Breadcrumb.Plugin&version=5.7.0
This package is one of many packages that can be used with Plugin Manager which can be used to extend any c#/.net based application (MVC, Winform, WPF, MAUI etc) by using a Modular Approach.
Breadcrumb Plugin
Breadcrumbs provide an additional form of navigational aid to users, they can help to inform the user of their current position within the site and provide an additional form of navigation.
The breadcrumb plugin makes it easy to create breadcrumbs within a web application, it works in two ways:
Attributes are placed on controller methods where a breadcrumb is required.
Progmatically create breadcrumb items and their heirerarchy whilst processing requests.
However they are used, they follow a very simple form, a breadcrumb can function as both a parent and child to another breadcrumb item. If attribute breadcrumbs are used then the parent of the breadcrumb is also listed, this allows the middleware to build up the breadcrumb heirerarchy which is then inserted into the temp data for the context being processed.
Once the breadcrumb data has been provided to the controller, it can then be extracted and placed within the view model for display within the view.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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 is compatible. 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. net9.0 is compatible. |
-
net6.0
- ApplicationSettings (>= 2.3.0)
- AspNetCore.PluginManager.Languages (>= 5.7.0)
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0)
- Microsoft.Extensions.Configuration.Json (>= 9.0.0)
- PluginManager (>= 5.7.0)
- SC.Shared.Library.Core (>= 3.17.0)
- SharedPluginFeatures (>= 5.7.0)
-
net8.0
- ApplicationSettings (>= 2.3.0)
- AspNetCore.PluginManager.Languages (>= 5.7.0)
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0)
- Microsoft.Extensions.Configuration.Json (>= 9.0.0)
- PluginManager (>= 5.7.0)
- SC.Shared.Library.Core (>= 3.17.0)
- SharedPluginFeatures (>= 5.7.0)
-
net9.0
- ApplicationSettings (>= 2.3.0)
- AspNetCore.PluginManager.Languages (>= 5.7.0)
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0)
- Microsoft.Extensions.Configuration.Json (>= 9.0.0)
- PluginManager (>= 5.7.0)
- SC.Shared.Library.Core (>= 3.17.0)
- SharedPluginFeatures (>= 5.7.0)
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 |
---|---|---|
5.7.0 | 41 | 12/20/2024 |
5.6.1 | 110 | 6/12/2024 |
5.6.0 | 550 | 12/1/2023 |
5.5.2 | 138 | 11/25/2023 |
5.5.1 | 262 | 10/12/2023 |
5.5.0 | 134 | 10/9/2023 |
5.4.0 | 401 | 9/2/2023 |
5.3.0 | 165 | 7/30/2023 |
5.1.0 | 223 | 6/11/2023 |
5.0.3 | 358 | 11/24/2022 |
5.0.0 | 355 | 11/13/2022 |
4.4.0 | 564 | 4/22/2022 |
4.3.0 | 463 | 10/27/2021 |
4.2.0 | 460 | 8/3/2021 |
4.1.0 | 435 | 2/7/2021 |
4.0.0 | 634 | 10/6/2020 |
3.3.0 | 570 | 4/10/2020 |
3.2.0 | 667 | 1/9/2020 |
3.0.1 | 608 | 12/1/2019 |
3.0.0 | 584 | 10/13/2019 |
2.5.0 | 631 | 9/7/2019 |
2.4.0 | 619 | 7/25/2019 |
2.3.0 | 634 | 6/27/2019 |
2.2.0 | 640 | 6/15/2019 |
2.1.0 | 759 | 5/3/2019 |
2.0.0 | 707 | 4/7/2019 |
1.7.0 | 715 | 3/31/2019 |
1.6.0 | 667 | 2/23/2019 |
1.5.0 | 728 | 2/16/2019 |
1.4.0 | 766 | 2/4/2019 |
1.3.0 | 798 | 1/26/2019 |
Supports net 6.0, net8.0 and net9.0