|
Net-Framework/ASP_dot_Net-Core/User-Identiy
Asp.Net Core 2: Determine the ID of the current user
|
25.02.2018 3002
|
How to
use Asp Net Cord to test the current ID of the user
If you
have enabled the Asp Net authentication, then all registered users will be
managed in the file AspNetUsers
Each
user transfers in the HttpContext of the URL a GUID number, which has its own
e
|