frmPromptGetUserString Method (String, String, String, Boolean, frmPromptPromptIcon) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string GetUserString(
string sTitle,
string sPrompt,
string sDefault,
bool bReturnNullIfCancelled,
frmPromptPromptIcon piIcon
)
Public Shared Function GetUserString (
sTitle As String,
sPrompt As String,
sDefault As String,
bReturnNullIfCancelled As Boolean,
piIcon As frmPromptPromptIcon
) As String
public:
static String^ GetUserString(
String^ sTitle,
String^ sPrompt,
String^ sDefault,
bool bReturnNullIfCancelled,
frmPromptPromptIcon piIcon
)
Parameters
- sTitle
- Type: SystemString
- sPrompt
- Type: SystemString
- sDefault
- Type: SystemString
- bReturnNullIfCancelled
- Type: SystemBoolean
- piIcon
- Type: FiddlerfrmPromptPromptIcon
Return Value
Type:
StringSee Also