Click or drag to resize

PromptParametersPromptText Property

Gets the default prompt text.

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

Property Value

Type: String
The default text passed to the window.prompt() JavaScript function or an empty string, if no default value is passed.
See Also