Click or drag to resize
frmPromptGetUserString Method (String, String, String, Boolean, frmPromptPromptIcon)

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
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: String
See Also