Click or drag to resize
frmPrompt.GetUserString Method (String, String, String, Boolean, frmPrompt.PromptIcon)

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,
	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