Table of Contents

Property PageSource

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PageSource

Gets the HTML source code of the currently displayed document or an empty string if no page is currently shown.

[Browsable(false)]
public virtual string PageSource { get; }

Property Value

string

A string representing the HTML source code of the currently displayed document.

See Also