I’ve done this before with MVC5 using User.Identity.GetUserId()
but that doesn’t seem to work here.
The User.Identity
doesn’t have the GetUserId()
method.
I am using Microsoft.AspNet.Identity
.
I’ve done this before with MVC5 using User.Identity.GetUserId()
but that doesn’t seem to work here.
The User.Identity
doesn’t have the GetUserId()
method.
I am using Microsoft.AspNet.Identity
.