Handling Legacy Links in Xperience by Kentico Using Kentico Middleware
To handle legacy links from an old website in ‘Xperience by Kentico’, implement a custom middleware approach. While Kentico offers the IWebPageRedirectManager API, using […]
To handle legacy links from an old website in ‘Xperience by Kentico’, implement a custom middleware approach. While Kentico offers the IWebPageRedirectManager API, using […]
In Kentico 13, you can retrieve pages using DocumentHelper.GetDocuments and then generate a standard RSS feed based on the retrieved pages. The following code […]