Uri.appendPathSegment

bool appendPathSegment(string pathSegment = null)

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

Parameters

pathSegmentThe path segment string to append to the URI path.

Returns

true if the path was appended successfully.