标签: c# asp.net-mvc asp.net-identity
在数据库中执行用户ID,默认情况下由Identity和
System.Web.HttpContext.Current.User.Identity.GetUserId()
具有相似的价值吗?
答案 0 :(得分:1)
在默认情况下类型为Uniqueidentifier的数据库中,显然具有相同值的用户ID,并且此身份代码System.Web.HttpContext.Current.User.Identity.GetUserId() 已经存储在数据库中的当前用户ID。
Uniqueidentifier