API|Uri: Added new Uri constructor Uri_NewWithPath3
A default scheme is set for the new Uri before then parsing a cstringrepresentation of a Uri, bypassing the resource class mechanism.
This provides a convenient method of constructing a Uri with a defaultscheme that may be overridden with the cstring argument.
View differences
API|Uri: Added new Uri constructor Uri_NewWithPath3
A default scheme is set for the new Uri before then parsing a cstring
representation of a Uri, bypassing the resource class mechanism.
This provides a convenient method of constructing a Uri with a default
scheme that may be overridden with the cstring argument.