HBS.KenticoURLRedirection.Base
13.0.5
XperienceCommunity.UrlRedirection.Base
Additional DetailsThis has been republished under XperienceCommunity.UrlRedirection.Base (.net CORE support only). If still using .net 4.8 on the MVC site, you should use this, however if you are using .net Core for the MVC Site, use this package.
This package is used in both the Admin and MVC So this still is .net Standard.
dotnet add package HBS.KenticoURLRedirection.Base --version 13.0.5
NuGet\Install-Package HBS.KenticoURLRedirection.Base -Version 13.0.5
<PackageReference Include="HBS.KenticoURLRedirection.Base" Version="13.0.5" />
paket add HBS.KenticoURLRedirection.Base --version 13.0.5
#r "nuget: HBS.KenticoURLRedirection.Base, 13.0.5"
// Install HBS.KenticoURLRedirection.Base as a Cake Addin #addin nuget:?package=HBS.KenticoURLRedirection.Base&version=13.0.5 // Install HBS.KenticoURLRedirection.Base as a Cake Tool #tool nuget:?package=HBS.KenticoURLRedirection.Base&version=13.0.5
To be installed on the Kentico Admin project.
If first time installing, make sure that once installed, that your Kentico.Xperience.Libraries
package is updated to the hotfix that matches your solution.
- Once installed, rebuild and reload your admin site.
- You may need to assign it to your site by going to Modules → Kentico URL Redirection → Sites → add to site
- Once done, reload your browser and you will see the URL Redirection UI element
Make sure to install either HBS.KenticoURLRedirection.MVC
or HBS.KenticoURLRedirection.MVC.Core
on your website solution and follow their instructions
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Kentico.Xperience.Libraries (>= 13.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on HBS.KenticoURLRedirection.Base:
Package | Downloads |
---|---|
HBS.KenticoURLRedirection.MVC
for Kentico Xperience 13 MVC .Net Framework sites |
|
HBS.KenticoURLRedirection.Admin
Module to manage redirects through the Kentico CMS. This is for the Mother/Admin, not the MVC sites. |
|
HBS.KenticoUrlRedirection.MVC.Core
This is for the Kentico Xperience 13 .net Core solution (Site). Must install HBS.KenticoURLRedirection.Admin on the administrator site prior to usage. Enables custom 301 and 302 redirects to be created and managed within Kentico Xperience 13. Handles Query String matching/combining/appending, lingual, exact match vs. not, etc. Use IServiceCollection.AddURLRedirection(); and ContainerBuilder.UseURLRedirection(); in your startup to leverage. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed port issue in (13.0.3), in 13.0.4 fixed http https issue with redirects to another domain, 13.0.5 fixed if an invalid to or from url redirection is created that it won't blow up but will properly set the event log error and continue