79310161

Date: 2024-12-26 18:17:02
Score: 0.5
Natty:
Report link

use AuthorizeView Tags with the Role definition:

<AuthorizeView Roles="Admin">
<p>Welcome, Admin! You have special permissions.</p>
<AuthorizeView Roles="User">
<p>Welcome, User! Here is your dashboard.</p>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergio Caretta