How to get the current user login in asp.net mvc
plz help me my project use identity login
i use
var user = System.Web.HttpContext.Current.User.Identity.Name;
and it works perfect :D
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.