Html Library Help
InnerHtml Property
NamespacesHtmlElementInnerHtml
Gets or sets the inner HTML of the element.
Declaration Syntax
C#Visual BasicVisual C++
public string InnerHtml { get; set; }
Public Property InnerHtml As String
public:
property String^ InnerHtml {
	String^ get ();
	void set (String^ value);
}
Value
The inner HTML of the element.

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)