PromptResponseSubmitText Method  | 
 
                Creates a 
PromptResponse that notifies the browser that the user input was submitted in the prompt
                dialog.
            
 
    Namespace: 
   DotNetBrowser.Browser.Dialogs.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.0
Syntaxpublic static PromptResponse SubmitText(
	string text
)
Parameters
- text
 - Type: SystemString
The user input that was submitted in the prompt dialog. 
Return Value
Type: 
PromptResponse
                The 
PromptResponse instance that can be used as a return value in
                
PromptHandler implementation.
            
See Also