C# Класс ContentFiltering.Office.Word.Cleaners.DoctypeRemover

Removes the doctype declaration from a given html code.
Наследование: IHTMLCleaner
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clean ( string htmlCode ) : string

Removes the doctype declaration from a given html code.

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

Clean() публичный Метод

Removes the doctype declaration from a given html code.
public Clean ( string htmlCode ) : string
htmlCode string The original html code.
Результат string