How to Resolve Internal Links into Public URLs
Have internal URLs resolved as public URLs accessible on the website
When you use internal URLs in the content, they will remain internal in format unless you have them converted into public URLs accessible on the website.
You have a few options to resolve the internal URLs:
- Rendering internal links to data items via routing defined by RoutedData<T>
- Converting internal links with a custom converter (IInternalUrlConverter)
- Registering IDataUrlMapper
Requirements:
C1 CMS version 5.0 or later