Table of Contents

Class PromptResponse

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

The response to the PromptHandler.

public sealed class PromptResponse
Inheritance
PromptResponse
Inherited Members

Properties

Canceled

Indicates whether the prompt dialog has been canceled.

Text

Gets the text input entered in the prompt dialog.

Methods

Cancel()

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

SubmitText(string)

Creates a PromptResponse that notifies the browser that the user input was submitted in the prompt dialog.