Click or drag to resize

PromptResponseText Property

Gets the text input entered in the prompt dialog.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string Text { get; }

Property Value

Type: String
The text input entered in the prompt dialog.
See Also