Windows.Foundation.Uri.UserName

September 2, 2020 ยท View on GitHub

-description

Gets the user name component of the Uniform Resource Identifier (URI) as stored in this Uri instance.

-property-value

The user name.

-remarks

Note

username:password**@** preceding the host part of a URI are mainly relevant for File Transfer Protocol (FTP) Uniform Resource Identifier (URI). File Transfer Protocol (FTP) Uniform Resource Identifier (URI) have limited support in Windows Runtime; see "Transferring data in the background" (HTML or XAML).

-examples

-see-also