MVC: User Context Info

Please see my other MVC articles.

Using context objects to discern user information.

This article illustrate how easy ASP.NET MVC allows access to a wealth of user information.
Notice from my code, I simply access just a few object to retrieve almost everything about the user.

Here are the results of my code, showing my computer name, browser information, as well as other helpful data.

2-mvc-user-context-info

Leave a comment