Click or drag to resize

RepostFormResponseCancel Method

Creates a RepostFormResponse that notifies the browser that the page reloading should be canceled.

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

Return Value

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