
容易的装入和显示HTML内容
HTMLUI Control能够从不同源容易的装入HTML内容。控件提供事件允许开发者根据文档的装入改变控件的行为。
- 从不同的源装入:包括文件,嵌入源,URL,字符串。
- 处理相关的链接。

- 用XSLT装入XML文档。
- 完全支持HTML tags。
- 支持层叠式样式表CSS。
HTML Tags支持
HTMLUI支持各种HTML tags,可以被用来显示非常丰富的HTML文档。
- Document tags
- 格式化的相关tags
- 所有HTML tags支持
- A (Link)
- B (Makes text bold)
- BR (Break line)
- EM (Makes text italic)
- FONT (Inline element for text)
- H1 - H6 (Tags for heading styling)
- HR (Horizontal line)
- I (Makes text italic)
- U(Underlines text)
- IMG (Displays images)
- LINK (Used for attaching CSS document)
- SPAN (Inline element for applying CSS style)
- STRONG (Makes text bold)
- STYLE (Used for attaching CSS inside html document)
- TITLE (You can see it on the top of control)
- INPUT(Windows Forms controls, such a button, textbox, etc...)
- SELECT(ListBox or ComboBox win controls)
- TEXTAREA(Multiline TextBox win control)
- CHECKBOX(CheckBox win control)
- RADIO(RadioBox win control)
- CODE(Inlinetag for representing code sample)
- DIV(Block tag container)
- FORM(Container for win controls)
- BODY(Container of visual document data)
- HEAD(Container for document's settings)
- LI(Simple item of the list)
- LINK(Defines link to external document such a CSS document)
- OL(Ordered list container)
- P(Container of text paragraph)
- PRE(Container of formated text)
- SCRIPT(Container of script code)
- TABLE(Represents table container)
- TR(Container of single row in the table)
- TD(Container of single cell in the table)
- TH(Header of the column in the table)
- UL(Unordered list container)
HTMLUI简单强大
HTMLUI非常容易使用,并提供一个集成设计器,只要很少的代码就能够创建出非常丰富的界面。
- 完全可编程的访问HTML elements
- 支持脚本
- 自定义元件的表现
- 用100%的C#编写,可提供源代码
轻量级并且部署容易
HTMLUI是一个轻量级的HTML显示控件,部署简单。它仅要求在目标客户端安装Microsoft .NET runtime即可使用。HTMLUI适合各种应用,而且不依靠IE。

|