Click or drag to resize
ICssInlinerService Interface
Interface for CSS inlining service. Used for moving CSS to inline style attributes.

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

The ICssInlinerService type exposes the following members.

Methods
  NameDescription
Public methodInlineCss
Moves CSS to inline style attributes, to gain maximum E-mail client compatibility.
Top
See Also