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: 10.0.0
Syntax
C#
public class LinkConverter

The LinkConverter type exposes the following members.

Constructors
  NameDescription
Public methodLinkConverter
Top
Properties
  NameDescription
Public propertyStatic memberLinkRegex
Gets a regular expression that matches a link.
Top
Methods
  NameDescription
Public methodStatic memberConvertToAbsolute
Converts links from relative to absolute.
Public methodStatic memberConvertToTracking
Converts links to tracking links.
Public methodStatic memberReplaceInLink
Replace old value with new value in all links from input text.
Top
See Also