C# 클래스 MVC5.Common.HtmlCleaner.HtmlSanitizer

파일 보기 프로젝트 열기: rabbal/AspNetMVCNTierTemp

공개 메소드들

메소드 설명
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