Click or drag to resize
LinkConverter Class
Converts links in newsletter issue text.
Inheritance Hierarchy
SystemObject
  CMS.NewslettersLinkConverter

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public class LinkConverter

The LinkConverter type exposes the following members.

Constructors
  NameDescription
Public methodLinkConverter
Top
Methods
  NameDescription
Public methodStatic memberConvertUrlToAbsolute
Creates an absolute URL for use in newsletter.
Public methodStatic memberReplaceLinkUrls
Replaces oldValue with newValue in all link URLs in the input string.
Top
See Also