Url Property

WebKit .NET

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

Gets or sets the current Url.

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

Syntax

C#
public Uri Url { get; set; }
Visual Basic (Declaration)
Public Property Url As Uri
Visual C++
public:
property Uri^ Url {
	Uri^ get ();
	void set (Uri^ value);
}

See Also