Clean Up your Query String and Use Inline Forms to Pass Data (PostActionLink)

The Challenge One requirements for my latest MVC application was that no data sensitive be passed via the query string.  This includes elements like IDs, Usernames, Email, etc.  Many of the MVC examples use the query string to pass value type data between screens.  I needed a reusable method to add links to the screen Read more about Clean Up your Query String and Use Inline Forms to Pass Data (PostActionLink)[…]