With this code, I bring everything, Domain / User.
ViewBag.User = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
I would like to bring only the username. I can get all that, and get everything that comes after the "/" bar and...
asked on
24.09.2014 / 16:26