I want to disable right click and disable the default behaviors for F12, Ctrl+Shift+I, and Ctrl+Shift+J in asp.net web page .
I want to hide my page source and inspect element from user.
Right click should work on any link to open that link in new tab but ity should not open its default options like view page info,view page source,inspect element etc . all of this options which allows user to see pagecode.