C# Класс StyleMerge.Inliner

The primary entry point of this library. Use "ProcessHtml" for all your email inlining needs.
Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessHtml ( string sourceHtml ) : String

Accepts a string of HTML and produces a string of HTML with styles inlined.

Приватные методы

Метод Описание
ApplyRulesToElements ( CQ document, IEnumerable rules, HashSet noApply ) : void
GetAllChildren ( IDomElement element ) : IEnumerable

Описание методов

ProcessHtml() публичный статический Метод

Accepts a string of HTML and produces a string of HTML with styles inlined.
public static ProcessHtml ( string sourceHtml ) : String
sourceHtml string
Результат String