C# Class N2.Templates.Mvc.Areas.Blog.Services.HtmlSanitizerStringExtension

Afficher le fichier Open project: n2cms/n2cms

Méthodes publiques

Méthode Description
RemoveInvalidHtmlTags ( this text ) : string

Removes the invalid HTML tags.

ToSafeHtml ( this text ) : string

Toes the safe HTML.

Method Details

RemoveInvalidHtmlTags() public static méthode

Removes the invalid HTML tags.
public static RemoveInvalidHtmlTags ( this text ) : string
text this The text.
Résultat string

ToSafeHtml() public static méthode

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