PromptParametersPromptText Property |
Gets the default prompt text.
Namespace:
DotNetBrowser.Browser.Dialogs.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax 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