标签: asp.net-mvc model-view-controller asp.net-mvc-5 asp.net-identity
来自url我的ID比较数据库用户。
公共异步任务确认(字符串令牌) {
UserApp user = await UserManagerApp.FindByIdAsync(token); return View(model:user.Id); }