Console.WebPrompt Property
Console.WebPrompt (read-only, String)
Prompt argument to Console.ReadLine() when in web mode
Syntax
Console.WebPrompt
The property syntax has these parts:
Part |
Description |
Value (String) |
Prompt argument to Console.ReadLine() when in web mode |
Remarks
Part of the virtual console feature for use with ACP web pages. Informs the ASP page as to the prompt string to be displayed for a Console.ReadLine() call. The ASP page has total discretion as to how the prompt string is displayed. For more information on the Console object's virtual console feature, see the Console Class documentation.
Copyright © 2000-2016, Robert B. Denny, Mesa, AZ