AllowNavigation Property

WebKit .NET

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

Gets or sets whether the control can navigate to another page once it's initial page has loaded.

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

Syntax

C#
public bool AllowNavigation { get; set; }
Visual Basic (Declaration)
Public Property AllowNavigation As Boolean
Visual C++
public:
property bool AllowNavigation {
	bool get ();
	void set (bool value);
}

See Also