Method SubmitText
- Namespace
 - DotNetBrowser.Browser.Dialogs.Handlers
 
- Assembly
 - DotNetBrowser.dll
 
SubmitText(string)
Creates a PromptResponse that notifies the browser that the user input was submitted in the prompt dialog.
public static PromptResponse SubmitText(string text)
Parameters
textstringThe user input that was submitted in the prompt dialog.
Returns
- PromptResponse
 The PromptResponse instance that can be used as a return value in PromptHandler implementation.