[This is preliminary documentation and is subject to change.]
Navigates to the specified Url.
Namespace:
WebKit
Assembly:
WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public void Navigate( string url ) |
Visual Basic (Declaration) |
---|
Public Sub Navigate ( _ url As String _ ) |
Visual C++ |
---|
public: void Navigate( String^ url ) |
Parameters
- url
- Type: System..::.String
Url to navigate to.