Click or drag to resize

SaveFileResponseCancel Method

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

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
public static SaveFileResponse Cancel()

Return Value

Type: SaveFileResponse
The SaveFileResponse instance that can be used as a return value in SaveFileHandler implementation.
See Also