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