Click or drag to resize

PromptResponseCancel Method

Creates a PromptResponse that notifies the browser that the prompt dialog has been canceled.

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

Return Value

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