append_path_segment


Description:

[ Version ( since = "1.6" ) ]
public bool append_path_segment (string? path_segment)

Append a single path segment onto the end of the URI path.

Parameters:

this

The Uri to modify.

path_segment

The path segment string to append to the URI path.

Returns:

true if the path was appended successfully.