Converts any unsafe or reserved characters in the path component to their hexadecimal character representations.
Converts any unsafe or reserved characters in the Uri.AbsolutePath component to a character sequence consisting of a "%" followed by the hexadecimal value of the character as described by IETF 2396.
If the path component of the current instance is null, the escaped path is string.Empty.
As described above.