Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 810 Bytes

uri_username.md

File metadata and controls

24 lines (17 loc) · 810 Bytes
-api-id -api-type
P:Windows.Foundation.Uri.UserName
winrt property

Windows.Foundation.Uri.UserName

-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