C# Class MVC5.Common.HtmlCleaner.HtmlSanitizer

Afficher le fichier Open project: rabbal/AspNetMVCNTierTemp

Méthodes publiques

Méthode Description
ToSafeHtml ( this text ) : string

To the safe HTML.

Private Methods

Méthode Description
CleanHtml ( this html ) : string
RemoveInvalidHtmlTags ( this text ) : string

Removes the invalid HTML tags.

Method Details

ToSafeHtml() public static méthode

To the safe HTML.
public static ToSafeHtml ( this text ) : string
text this The text.
Résultat string