C# 클래스 ContentFiltering.Office.Word.Cleaners.HeadSectionRemover

Removes the head section from an html source.
상속: IHTMLCleaner
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 메소드들

메소드 설명
Clean ( string htmlSource ) : string

Removes the head section from an html source.

HeadSectionRemover ( ) : System

Default constructor.

메소드 상세

Clean() 공개 메소드

Removes the head section from an html source.
public Clean ( string htmlSource ) : string
htmlSource string The HTML source.
리턴 string

HeadSectionRemover() 공개 메소드

Default constructor.
public HeadSectionRemover ( ) : System
리턴 System