Definition
Supports processing of the HTML document.
public interface IHtmlDocument { string OuterHTML { get; } }
Properties
OuterHTML | Returns string with the HTML document content. |
Supports processing of the HTML document.
public interface IHtmlDocument { string OuterHTML { get; } }
OuterHTML | Returns string with the HTML document content. |