set_path
Description:
[
Version ( since =
"1.6" ) ]
public bool set_path (
string? path)
Sets or unsets the path in the URI.
Parameters:
this |
The Uri to modify.
|
path |
The new path to set with path segments separated by '/', or use null to unset the path.
|
Returns:
true if the path was set successfully.
|