Property SelectedSource
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