HBS.KenticoURLRedirection.Base 13.0.5

Suggested Alternatives

XperienceCommunity.UrlRedirection.Base

Additional Details

This 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
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="HBS.KenticoURLRedirection.Base" Version="13.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HBS.KenticoURLRedirection.Base --version 13.0.5
#r "nuget: HBS.KenticoURLRedirection.Base, 13.0.5"
#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.
// 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.

  1. Once installed, rebuild and reload your admin site.
  2. You may need to assign it to your site by going to Modules → Kentico URL Redirection → Sites → add to site
  3. 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 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
13.0.5 1,518 8/12/2021
13.0.4 401 8/12/2021
13.0.3 385 8/11/2021
13.0.2 1,452 4/5/2021

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