Definition

Supports processing of the HTML document.

public interface IHtmlDocument
    {
        string OuterHTML { get; }

    }

Properties

OuterHTML Returns string with the HTML document content.