C# Class DvachBrowser.Assets.Controls.HtmlTagsHelper

ファイルを表示 Open project: vortexwolf/2ch-Browser-WP7

Public Methods

Method Description
CutText ( string text, int maxLength ) : string
FixCutHtml ( string html ) : string
FixOpenCloseHtmlTags ( string html ) : string
RedistributeHtmlStrings ( IList strs ) : ICollection
SplitHtml ( string text, int size ) : ICollection

Method Details

CutText() public method

public CutText ( string text, int maxLength ) : string
text string
maxLength int
return string

FixCutHtml() public method

public FixCutHtml ( string html ) : string
html string
return string

FixOpenCloseHtmlTags() public method

public FixOpenCloseHtmlTags ( string html ) : string
html string
return string

RedistributeHtmlStrings() public method

public RedistributeHtmlStrings ( IList strs ) : ICollection
strs IList
return ICollection

SplitHtml() public method

public SplitHtml ( string text, int size ) : ICollection
text string
size int
return ICollection