Info
Version: | 10.3.0.23377 |
Author(s): | Kamruz Jaman, Richard J. Cabral, Richard Leiva |
Last Update: | Friday, June 16, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://constellation4sitecore.com/foundation/linking/ |
NuGet Url: | https://www.nuget.org/packages/Constellation.Foundation.Linking |
Install
Install-Package Constellation.Foundation.Linking
dotnet add package Constellation.Foundation.Linking
paket add Constellation.Foundation.Linking
Constellation.Foundation.Linking Download (Unzip the "nupkg" after downloading)
Dependencies
- Sitecore.Kernel(>= 10.0.0)
Tags
Requires .NET Framework 4.8
Constellation Helix Catalog is a collection of utilities for the Sitecore .NET CMS.
The Foundation.Linking library contains a SwitchingLinkManager that allows the developer to specify discrete LinkProviders (and their configuration settings)
on a site-by-site basis while maintaining support for the default Sitecore LinkProvider for Sitecore console sites.
By itself, this library simply installs and configures the SwitchingLinkManager.
It is up to the developer to provide new LinkProviders or to customize
LinkProvider settings as needed.
This library is transcribed with permission from JammyKam's original code here: https://jammykam.wordpress.com/2017/09/22/switching-link-manager/.