|
|
HTML Renderer
HTMLUI supports the rendering of HTML contents from various resources. Some additional indepth concepts of HTML rendering that comes with the HTMLUI control include the use of the control in rendering html pages from URI, text, and XML. HTMLUI not only supports rendering html pages but also supports scripting that makes the documents selfcontained and work independent.
|
|
|
|
HTMLUI supports rendering the html pages from web that helps in the creation of interactive applications involving simple webpages. Also the control supports the History options as like the popular webbrowsers that helps in navigating through the history of html pages loaded in the HTMLUIcontrol.
Render Documents from the Web
|
|
|
|
HTMLUI control can display XML documents transformed to HTML using XSLT. In an XSL transformation, both the XML document and an XSLT style sheet are read. Based on the instructions found in the XSLT style sheet, a new HTML document is generated in the output which is then loaded into the HTMLUI control.
Load XML Documents using _XLST
|
|
|
|
Scripting inside the html document makes the document self contained and work independent. HTMLUI supports embedded scripts in HTML code. User can also define script code in external documents. Scripting is supported in three languages: C#, Visual Basic and Jscript.
Scripting
|
|
|
|
|
|
|