Table of Contents

Interface IWebPageRedirectManager

Namespace
Kentico.Content.Web.Mvc.Routing
Assembly
Kentico.Content.Web.Mvc.dll

Provides management API for web page redirect operations.

public interface IWebPageRedirectManager
Extension Methods

Methods

CreateOrUpdateRedirect(string, string, int, int, CancellationToken)

Creates or updates redirect from provided URL path to the target web page.

Task CreateOrUpdateRedirect(string webPageUrlPath, string languageName, int websiteChannelId, int targetWebPageItemId, CancellationToken cancellationToken = default)

Parameters

webPageUrlPath string

URL path that should be redirected.

languageName string

Content language name.

websiteChannelId int

Identifier of the website channel.

targetWebPageItemId int

Identifier of the web page that is target of the redirect.

cancellationToken CancellationToken

Cancellation token.

Returns

Task