Scaffold creates code like this Edit Which yields url's like this '.../Students/Edit?id=2' or '.../Students/Edit/2' Something like '.../Student/Edit/0hBMeEjw5Wqm'
I am creating a field for each record that contains the database (int) ID hashed with a salt and set to twelve characters. I would prefer to display that value rather than consecutive numbers, not trying 'security through obscurity'; just don't want to display consecutive numbers.