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

Gets the destination file path.

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

Syntax

C#
public string FilePath { get; private set; }
Visual Basic (Declaration)
Public Property FilePath As String
Visual C++
public:
property String^ FilePath {
	String^ get ();
	void set (String^ value);
}

See Also