Definition

Supports processing of the HTML document.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
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.