It is pretty common to display the logged-in user in various places in a website. We can create an HTML helper to display the logged-in user’s name.
Then the helper can be used on the navigation bar or any other UI widget that need to display user name.
Comments