Ejemplo n.º 1
0
 /// <summary>
 /// Get html from the current DOM tree with inline style.
 /// </summary>
 /// <returns>generated html</returns>
 public virtual string GetHtml()
 {
     return(_htmlContainer != null?_htmlContainer.GetHtml() : null);
 }