When I select, for example, an account, from a list of accounts in my view, the URL shows something like:
http://example.com/BankAccount/EditBankAccount?bankAccountId=12
Is there a way to hide the primary key, because northing stops someone from editing the id in the URL and posting it, to get a different account.
I can add code to see if the current user is allowed to view this account, but is there a better way?