Click or drag to resize

BeforeUnloadResponseStay Method

Creates a BeforeUnloadResponse that notifies the browser that the user decided to stay on the current page.

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

Return Value

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