I'm a C# developer and I'm used to the good old Environment.CurrentUser
. Now I need exaclty that in my Windows 8 Metro app (html & js).
So how do I get it?
I'm a C# developer and I'm used to the good old Environment.CurrentUser
. Now I need exaclty that in my Windows 8 Metro app (html & js).
So how do I get it?
Windows.System.UserProfile.UserInformation
.
There's also an example that uses this class, the Account picture name sample .