form security issue in razor web pages

heversin

New Member
I have a hidden form field to delete an item in my razor web pages application\[code\]<input type="hidden" value="http://stackoverflow.com/questions/12621883/137" name="id">\[/code\]user can easily alter the item value and delete other user's product, how do we secure this ?
 
Back
Top