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

Corrects the attributes that miss ' or ".
Наследование: IHTMLCleaner
Показать файл Открыть проект Примеры использования класса

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

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

Corrects the attributes that miss ' or ".

GetTagsWithAttributes ( String htmlSource ) : List

Gets a list with all the tags that contain attributes.

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

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

Corrects the attributes that miss ' or ".
public Clean ( string htmlSource ) : string
htmlSource string The original html source code.
Результат string

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

Gets a list with all the tags that contain attributes.
public GetTagsWithAttributes ( String htmlSource ) : List
htmlSource String The html source.
Результат List