Click or drag to resize
UtilitiesUrlPathEncode Method
Replaces System.Web.HttpUtility.UrlPathEncode(str).

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static string UrlPathEncode(
	string str
)

Parameters

str
Type: SystemString
String to encode as a URL Path

Return Value

Type: String
Encoded string
See Also