/// <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); }