frmPrompt.GetUserString Method (String, String, String, Boolean, frmPrompt.PromptIcon) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntaxpublic static string GetUserString(
string sTitle,
string sPrompt,
string sDefault,
bool bReturnNullIfCancelled,
frmPrompt. PromptIcon piIcon
)
Public Shared Function GetUserString (
sTitle As String,
sPrompt As String,
sDefault As String,
bReturnNullIfCancelled As Boolean,
piIcon As frmPrompt. PromptIcon
) As String
public:
static String^ GetUserString(
String^ sTitle,
String^ sPrompt,
String^ sDefault,
bool bReturnNullIfCancelled,
frmPrompt. PromptIcon piIcon
)
Parameters
- sTitle
- Type: System.String
- sPrompt
- Type: System.String
- sDefault
- Type: System.String
- bReturnNullIfCancelled
- Type: System.Boolean
- piIcon
- Type: Fiddler.frmPrompt.PromptIcon
Return Value
Type:
String
See Also