Constellation.Feature.UrlFriendlyPageNames
9.3.0.21561
See the version list below for details.
dotnet add package Constellation.Feature.UrlFriendlyPageNames --version 9.3.0.21561
NuGet\Install-Package Constellation.Feature.UrlFriendlyPageNames -Version 9.3.0.21561
<PackageReference Include="Constellation.Feature.UrlFriendlyPageNames" Version="9.3.0.21561" />
paket add Constellation.Feature.UrlFriendlyPageNames --version 9.3.0.21561
#r "nuget: Constellation.Feature.UrlFriendlyPageNames, 9.3.0.21561"
// Install Constellation.Feature.UrlFriendlyPageNames as a Cake Addin #addin nuget:?package=Constellation.Feature.UrlFriendlyPageNames&version=9.3.0.21561 // Install Constellation.Feature.UrlFriendlyPageNames as a Cake Tool #tool nuget:?package=Constellation.Feature.UrlFriendlyPageNames&version=9.3.0.21561
Compatible with Sitecore 9.3
Requires Sitecore 9.3
Requires .NET Framework 4.7.1
Constellation is a collection of utilities for .NET CMS implementers.
This small Feature contains a Sitecore Rule Action which must be installed in order to take advantage
of this library. The package should self-install once you build and deploy your project.
To use, an Item Saved rule must be created. The rule must have a condition that specifies that an Item is a "page" and therefore
needs an SEO-friendly URL. The rule action should be the one included in this kit. Rule options include:
- Replace Diacritics
- Clear Display Name (recommended so that marketers see the actual Item name and therefore URL slug for pages)
- Specify illegal characters to remove (Regex "\s" is a good choice.)
- Replace spaces or remove spaces from names
- Force lowercase
It is up to the implementer to determine the nature of "page" Items. We recommend looking at Constellation.Foundation.Datasources for
rule conditions that are suitable for this specific task.
Note that the Illegal Characters option and the Replace Spaces option can conflict, a "-" will be removed if you use the "\W" regex,
resulting in behavior similar to "Remove Spaces" We strongly recommend using "\s".
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
-
- Constellation.Foundation.Contexts (>= 9.3.0.27338)
- Constellation.Foundation.PackageVerification (>= 9.3.0.27935)
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.26196 | 233 | 6/16/2023 |
10.1.0.19242 | 456 | 3/5/2021 |
10.0.1.28935 | 1,522 | 8/5/2020 |
10.0.0.24213 | 503 | 8/4/2020 |
9.3.0.21561 | 510 | 7/27/2020 |
9.1.2.16140 | 1,011 | 4/12/2019 |
9.1.1.28562 | 650 | 3/6/2019 |
9.1.0.24948 | 798 | 12/7/2018 |
9.0.12.19556 | 776 | 10/21/2018 |
9.0.11.19068 | 750 | 10/18/2018 |
9.0.10.24596 | 855 | 10/5/2018 |
9.0.9.26507 | 774 | 10/4/2018 |
9.0.8.20266 | 856 | 7/23/2018 |
9.0.7.28281 | 953 | 7/3/2018 |
9.0.6.19239 | 987 | 6/7/2018 |
9.0.5.28907 | 1,058 | 5/30/2018 |
9.0.3.28574 | 1,040 | 5/14/2018 |
9.0.2.21030 | 981 | 2/12/2018 |
9.0.2.19653 | 962 | 2/12/2018 |
9.0.1.22144 | 984 | 1/10/2018 |
9.0.0.17563 | 948 | 11/27/2017 |
Sitecore 9.3 compatible.