Table of Contents

Property SelectedSource

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

SelectedSource

Gets the HTML source code of the currently selected portion of the web page or an empty string if no selection exists.

string SelectedSource { get; }

Property Value

string

A string representing the HTML source code of the currently selected portion of the web page.

See Also