I'm trying to send the user id (integer) from a view to the action. If I pass it using routevalues object, the user id will be visible in the browser address bar. How can I pass user id from view to the action without using aforementioned method??I'm trying to send the user id (integer) from a