C# 클래스 DvachBrowser.Assets.Controls.HtmlTagsHelper

파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7

공개 메소드들

메소드 설명
CutText ( string text, int maxLength ) : string
FixCutHtml ( string html ) : string
FixOpenCloseHtmlTags ( string html ) : string
RedistributeHtmlStrings ( IList strs ) : ICollection
SplitHtml ( string text, int size ) : ICollection

메소드 상세

CutText() 공개 메소드

public CutText ( string text, int maxLength ) : string
text string
maxLength int
리턴 string

FixCutHtml() 공개 메소드

public FixCutHtml ( string html ) : string
html string
리턴 string

FixOpenCloseHtmlTags() 공개 메소드

public FixOpenCloseHtmlTags ( string html ) : string
html string
리턴 string

RedistributeHtmlStrings() 공개 메소드

public RedistributeHtmlStrings ( IList strs ) : ICollection
strs IList
리턴 ICollection

SplitHtml() 공개 메소드

public SplitHtml ( string text, int size ) : ICollection
text string
size int
리턴 ICollection