HtmlPanel
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Features
Custom HTML
//For the Html property, put the entire HTML code as a string
htmlPanel1.Html = "<b>Example Text Here</b>";
//For the HtmlSource property, provide a string contining the path to a HTML file
htmlPanel1.HtmlSource = "MyHtmlFile.html";
Advanced
JavaScript Widget
Item
Description
Last updated
Was this helpful?

