GetSource

Description

Gets the HTML source code for the current page's main frame.

Applies to

WebBrowser controls

Syntax

controlname.GetSource ( )

Argument

Description

controlname

The name of the WebBrowser control.


Return value

String.

Examples

String ls_wbsource
ls_wbsource = wb_1.getsource()

See also

CancelDownload

PauseDownload

ResumeDownload

GoBack

GoForward

Navigate

PrintAsPDF

Refresh

StopNavigation

Zoom