Property PromptText
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
PromptText
Gets the default prompt text.
public string PromptText { get; }
Property Value
- string
The default text passed to the
window.prompt()
JavaScript function or an empty string, if no default value is passed.