SPContext.Current.Web.CurrentUser returns misleading value

后端 未结 5 1721
没有蜡笔的小新
没有蜡笔的小新 2021-01-03 02:02

I\'m trying to find out current user name for my sharepoint application. There are more that one way how to do this. However the sharepoint way returns misleading value.

5条回答
  •  無奈伤痛
    2021-01-03 02:51

    The other way SPWeb.CurrentUser could return SHAREPOINT\system is if the web is elevated, though I'm not sure why SPContext.Current would be elevated. On what kind of page are you seeing this behavior?

提交回复
热议问题