AllowDownloads Property

WebKit .NET

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

Gets or sets whether to allow file downloads.

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

Syntax

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

See Also