0

I'm trying to make a connection with node.js and when trying to use the .map it informs that the property does not exist, but the imports description here are correct


In Asp.net Core v.2+ you don't have to inject HttpContext or something. Acces User just like this:

public IActionResult GetMe()
{
    return Ok(User.Identity.Name);
}
4

0 回答 0