【发布时间】:2018-04-20 12:44:11
【问题描述】:
这两种说法有什么区别。
System.DirectoryServices.AccountManagement.UserPrincipal.Current.DisplayName;
和
Environment.UserName;
有没有办法不使用System.DirectoryServices检索机器域?
【问题讨论】:
标签: c# asp.net environment-variables