Click or drag to resize
URLParser Class
Provides methods for replacing URLs in a text.
Inheritance Hierarchy
SystemObject
  CMS.SocialMarketingURLParser

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public sealed class URLParser

The URLParser type exposes the following members.

Constructors
  NameDescription
Public methodURLParser
Top
Methods
  NameDescription
Public methodReplace
In a specified input string, replaces all URLs with a string returned by an evaluator.
Top
See Also