Interface IWebPageRedirectManager
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
stringURL path that should be redirected.
languageName
stringContent language name.
websiteChannelId
intIdentifier of the website channel.
targetWebPageItemId
intIdentifier of the web page that is target of the redirect.
cancellationToken
CancellationTokenCancellation token.
Returns
- Task