Table of Contents

Class SaveFileResponse

Namespace
DotNetBrowser.Browser.Dialogs.Handlers
Assembly
DotNetBrowser.dll

The response to the SaveFileHandler.

public class SaveFileResponse
Inheritance
SaveFileResponse
Inherited Members

Properties

Canceled

Indicates whether the dialog was canceled.

SelectedFile

Gets the selected file.

Methods

Cancel()

Creates a SaveFileResponse that notifies the browser that the dialog was canceled.

SaveToFile(string)

Creates a SaveFileResponse that notifies the browser that the file was selected in the file chooser dialog.