C# Class Oldmansoft.Html.HtmlText

文本结点
Inheritance: Oldmansoft.Html.HtmlNode
Exibir arquivo Open project: Oldmansoft/WebMan

Public Methods

Method Description
HtmlText ( string text )

创建文本结点

Protected Methods

Method Description
Format ( IHtmlOutput outer ) : void

格式化

Method Details

Format() protected method

格式化
protected Format ( IHtmlOutput outer ) : void
outer IHtmlOutput
return void

HtmlText() public method

创建文本结点
public HtmlText ( string text )
text string