Click or drag to resize
frmPromptGetUserString Method (String, String, String)
Get a string value from the user.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static string GetUserString(
	string sTitle,
	string sPrompt,
	string sDefault
)

Parameters

sTitle
Type: SystemString
The title of the dialog
sPrompt
Type: SystemString
The prompt text
sDefault
Type: SystemString
The default string value

Return Value

Type: String
The value entered by the user (or default, if unmodified)
See Also