Constellation.Feature.Navigation 9.0.3.23077

There is a newer version of this package available.
See the version list below for details.
dotnet add package Constellation.Feature.Navigation --version 9.0.3.23077
                    
NuGet\Install-Package Constellation.Feature.Navigation -Version 9.0.3.23077
                    
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="Constellation.Feature.Navigation" Version="9.0.3.23077" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Constellation.Feature.Navigation" Version="9.0.3.23077" />
                    
Directory.Packages.props
<PackageReference Include="Constellation.Feature.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 Constellation.Feature.Navigation --version 9.0.3.23077
                    
#r "nuget: Constellation.Feature.Navigation, 9.0.3.23077"
                    
#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 Constellation.Feature.Navigation@9.0.3.23077
                    
#: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=Constellation.Feature.Navigation&version=9.0.3.23077
                    
Install as a Cake Addin
#tool nuget:?package=Constellation.Feature.Navigation&version=9.0.3.23077
                    
Install as a Cake Tool

Constellation is a collection of utilities for .NET CMS implementers.
The Feature.Navigation library solves the frequently occurring problem that the primary navigation or footer navigation of a website does not necessarily
share organization with the contents of the content tree. The reason may be differing SEO goals on URL construction, the need to name something differently
in navigation as opposed to the Page's heading values, or the need to construct a cross-cutting menu that draws Items from a wide variety of locations. This
library also gracefully handles the need to have external or document links within a static navigation system (such as a "fat footer").

Components:
- Navigation Menu - This is a marker item that specifies the root of a static navigation definition for a given website. There can be many of these on any particular
website. It is recommended that these Items become the Datasource of your Navigation renderings.

- Navigation Link - This is the conceptual member of a navigation and represent a hyperlink, visible to the user, that actually navigates somewhere else (as opposed to
click-to-open style links or buttons) Includes the link as a General Link with all its available options, as well as a flag to indicate the link text should come
from the Navigation Link Item's Display Name, which is the recommended approach to ensure the Navigation definition in Sitecore looks like what you see on page. Can be nested.
- Image Navigation Link - Because there's always some navigation that is represented via icons rather than text. Inherits from above.

- Link Group - Allows for the grouping of Navigation links into named groups. Very useful for pull-down navigation menu options, or Fat Footers with named columns.
Can be nested.

- NavigationRepository - Static class that accepts a Navigation Menu item and assembles a full tree-like ViewModel for immediate processing in your View.

When using NavigationLink objects, there are usually several opportunities to supply the text of a given link. NavigationLink.GetBestLinkText() evaluates all of them and attempts to
supply the best fit. The strategy is based on overriding the concept of "name". Here are the rules:
- If Use This Display Name is checked on the NavigationLink item, it wins.
- If the Link.Text is supplied by the user, it wins.
- If the Link.TargetItem exists and inherits from Page Navigation Title, and the field value is not null, it wins.
- If the Link.TargetItem exists its DisplayName is used.
- Assuming all other things are not true, use the NavigationLink's DisplayName. Note that in this condition if you intended to point to a Sitecore Item, you have a bad link.

You must install the included package to get the Templates required to use this library.

Configured for use with Sitecore 9.0.
Requires Sitecore 9.0 NuGet packages, available here: https://sitecore.myget.org/F/sc-packages/api/v3/index.json
Requires the installation of the included Package.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
10.3.0.25486 2,652 6/16/2023
10.2.1.22896 2,915 3/24/2022
10.2.0.25604 1,015 11/15/2021
10.2.0.25345 930 11/15/2021
10.1.1.22398 1,395 3/24/2022
10.1.0.17433 1,520 3/5/2021
10.0.3.24791 2,093 11/20/2020
10.0.2.28531 1,222 8/19/2020
10.0.2.22966 1,207 8/19/2020
10.0.1.28589 1,166 8/5/2020
10.0.0.23819 1,156 8/4/2020
9.3.0.19127 1,282 7/27/2020
9.1.11.25113 1,360 3/27/2020
9.1.10.23104 1,391 12/20/2019
9.1.9.19228 1,300 12/10/2019
9.1.8.16491 1,460 6/4/2019
9.1.7.32436 1,282 6/3/2019
9.1.6.28509 1,277 6/3/2019
9.1.5.19058 1,296 5/29/2019
9.1.4.28540 1,291 4/11/2019
9.1.3.28058 1,415 3/6/2019
9.1.2.17734 1,417 2/1/2019
9.1.1.23791 1,473 12/11/2018
9.1.0.23931 1,548 12/7/2018
9.1.0.22346 1,414 12/7/2018
9.0.26.21596 1,473 11/8/2018
9.0.25.29414 1,483 10/25/2018
9.0.24.18052 1,535 10/23/2018
9.0.23.21057 1,527 10/22/2018
9.0.22.27125 1,515 10/19/2018
9.0.22.19031 1,501 10/19/2018
9.0.21.25109 1,531 10/18/2018
9.0.21.20919 1,492 10/18/2018
9.0.21.17503 1,527 10/18/2018
9.0.20.26607 1,537 10/17/2018
9.0.19.27110 1,540 10/16/2018
9.0.19.26217 1,459 10/16/2018
9.0.19.24819 1,512 10/16/2018
9.0.18.24102 1,540 10/16/2018
9.0.17.26056 1,525 10/4/2018
9.0.16.28051 2,059 7/3/2018
9.0.15.27526 1,978 5/30/2018
9.0.14.26746 1,961 5/25/2018
9.0.13.20846 2,091 2/12/2018
9.0.12.25153 1,994 1/12/2018
9.0.11.16660 1,949 1/12/2018
9.0.10.23413 1,993 1/11/2018
9.0.9.22148 1,940 1/10/2018
9.0.8.18398 1,919 1/10/2018
9.0.7.23564 1,921 1/8/2018
9.0.6.29308 1,755 12/13/2017
9.0.6.28247 1,705 12/13/2017
9.0.5.21024 1,922 12/11/2017
9.0.4.18541 1,960 12/8/2017
9.0.3.28990 1,943 12/6/2017
9.0.3.24970 1,998 12/6/2017
9.0.3.23077 2,035 12/6/2017
9.0.2.28961 1,773 12/5/2017
9.0.2.25631 1,742 12/5/2017
9.0.1.28875 1,753 12/4/2017
9.0.1.28146 1,735 12/3/2017
9.0.1.27507 1,687 12/3/2017
9.0.0.22758 1,705 12/3/2017
9.0.0.21988 1,709 12/3/2017

Ensured FieldRenderer is not applied to Properties on TargetItem. Added GetBestLinkText()