Table of Contents

Class BeforeUnloadResponse

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

The response to the BeforeUnloadHandler.

public sealed class BeforeUnloadResponse
Inheritance
BeforeUnloadResponse
Inherited Members

Methods

Leave()

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

Stay()

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