Stop Method

WebKit .NET

[This is preliminary documentation and is subject to change.]

Stops loading the current web page and any resources associated with it.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public void Stop()
Visual Basic (Declaration)
Public Sub Stop
Visual C++
public:
void Stop()

See Also