append_path_segment
Description:
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:
|
Append a single path segment onto the end of the URI path.
this |
The Uri to modify. |
path_segment |
The path segment string to append to the URI path. |
|