作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我发现 My.User.Name 和 My.User.CurrentPrincipal.Identity.Name 都返回登录到 PC 的用户的 Windows 登录 ID。然而,两者之间有区别吗?是否会出现它们不会返回相同值的情况?
最佳答案
My.User
MSDN 页面上的信息对这些值以及它们何时存在差异进行了最佳总结
总而言之。最大的区别发生在 Windows 和 Web 应用程序之间。
For Windows applications, this property provides the same functionality as the CurrentPrincipal property. For Web applications, this property provides the same functionality as the User property of the object returned by the Current property.
关于.net - My.User.Name 与 My.User.CurrentPrincipal.Identity.Name,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3668554/
我是一名优秀的程序员,十分优秀!