SyntaxFix
Write A Post
Hire A Developer
Questions
It would appear that as of now (April of 2017) that the following works:
public string LoggedInUser => User.Identity.Name;
At least while within a Controller
Controller