原文:how can I dynamically change value(Profile name) on ASP.NET MVC nav bar and keep it static across all actions?
I am working on Authentication and after a successful login, I want to display the user s name on the nav bar. I have used a static field to hold the user s name and display it using @ViewBag, the ...