2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Change the HTML textThe HTMLUI control's Text property is used to access the HTML text parsed and loaded in the HTMLUI control initially. The htmluiControl1.Document.Document.OuterXml property is used to get the new HTML text of the document after being modified in the HTMLUI control at runtime. The htmluiControl1.Document is the parsed and displays document in the HTMLUI control. The htmluiControl1.Document.Document is the output XML document that is to be updated with the changes in the HTML text in the current document at run time. The htmluiControl1.Document.Document.OuterXml gets the markup string of the parent node of all the XML elements in the document including the child nodes. C# //Accessing the changed HTML text string newHTML = this.htmluiControl1.Document.Document.OuterXml.ToString();
VB 'Accessing the changed HTML text Private newHTML As String = Me.htmluiControl1.Document.Document.OuterXml.ToString()
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.