UtilitiesUrlPathEncode Method |
Replaces System.Web.HttpUtility.UrlPathEncode(str).
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string UrlPathEncode(
string str
)
Public Shared Function UrlPathEncode (
str As String
) As String
public:
static String^ UrlPathEncode(
String^ str
)
Parameters
- str
- Type: SystemString
String to encode as a URL Path
Return Value
Type:
StringEncoded string
See Also