C# Class MVC5.Common.HtmlCleaner.HtmlSanitizer

显示文件 Open project: rabbal/AspNetMVCNTierTemp

Public Methods

Method Description
ToSafeHtml ( this text ) : string

To the safe HTML.

Private Methods

Method Description
CleanHtml ( this html ) : string
RemoveInvalidHtmlTags ( this text ) : string

Removes the invalid HTML tags.

Method Details

ToSafeHtml() public static method

To the safe HTML.
public static ToSafeHtml ( this text ) : string
text this The text.
return string