Constellation.Feature.Redirects 9.1.7.28804

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

Requires Sitecore 9.1
Requires .NET 4.7.1

Constellation is a collection of utilities for .NET CMS implementers.

The Feature.Redirects namespace contains two discrete functional components:

Page Redirects: Items that are meant to be interspersed with Page type Items in the content tree so that dynamically generated navigation
will list these Items as if they were part of that tree branch, although the actual target is elsewhere, or an entirely different site altogether.

Marketing Redirects: Items that represent "short, catchy" URLs that then redirect deeper into the site. Also a way to teach search engines
about URLs that have been permanently relocated. Marketing Redirects are managed through a discrete "application" in the Sitecore desktop.
Exporting and importing redirect lists is supported. All redirects are tested for validity before they are allowed to be imported.

The porting and development of this library has been kindly supported by Verndale (verndale.com)

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  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.1.23606 1,826 12/4/2023
10.3.0.25980 2,161 6/16/2023
10.2.3.25248 1,026 4/14/2023
10.2.2.12989 415 2/28/2023
10.2.1.34314 9,911 5/2/2022
10.2.1.34012 485 5/2/2022
10.2.0.26553 1,677 11/15/2021
10.1.1.34356 2,796 5/2/2022
10.1.1.33890 479 5/2/2022
10.1.0.19177 951 3/5/2021
10.0.3.29515 2,884 11/23/2020
10.0.2.25226 532 11/20/2020
10.0.1.28869 655 8/5/2020
10.0.0.24353 547 8/4/2020
9.3.1.16649 534 11/24/2020
9.3.0.21411 2,553 7/27/2020
9.1.14.29624 535 11/23/2020
9.1.13.16900 690 4/21/2020
9.1.12.30074 844 1/14/2020
9.1.11.20220 640 1/6/2020
9.1.10.26869 659 1/3/2020
9.1.9.23224 653 12/20/2019
9.1.8.29918 628 12/9/2019
9.1.7.28804 625 12/9/2019
9.1.7.28389 609 12/9/2019
9.1.6.19219 965 6/4/2019
9.1.5.16637 689 6/4/2019
9.1.4.19298 673 5/29/2019
9.1.3.30893 715 4/11/2019
9.1.2.16479 740 3/7/2019
9.1.1.28415 689 3/6/2019
9.1.0.29337 708 2/21/2019
9.1.0.27669 715 2/21/2019

Fixed PageRedirectController to use Sitecore.Context.Item instead of the RenderingContext, because it's not in the Mvc Rendering pipeline.