PermanentLinkMapper API is hard to understand/use
Fixed in
EPiServer.CMS.Core 10.0.1
Created
Jun 30, 2016
Updated
Jan 07, 2022
Area
CMS Core
State
Closed, Fixed
Description
PermanentLinkMapper API is hard to understand/use
Breaking changes:
- IPermanentLinkMapper has been simplified where methods TryToPermanent and TryToMapped have been removed. Going forward, use UrlResolver to map between public and internal urls.
- PermanentLinkMap now contains content information to avoid the cast to PermanentContentLinkMap. PermanentContentLinkMap is obsoleted.