/// <summary> /// Clear the content of the HTML container releasing any resources used to render previously existing content. /// </summary> public void Clear() { _htmlContainerInt.Clear(); }