C# Класс MVC5.Common.HtmlCleaner.HtmlSanitizer

Показать файл Открыть проект

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

Метод Описание
ToSafeHtml ( this text ) : string

To the safe HTML.

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

Метод Описание
CleanHtml ( this html ) : string
RemoveInvalidHtmlTags ( this text ) : string

Removes the invalid HTML tags.

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

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

To the safe HTML.
public static ToSafeHtml ( this text ) : string
text this The text.
Результат string