Click here to Skip to main content
15,888,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello , how to create role for action and controller ?
[Authorize(Roles = "Admin")]

after user is login in my site , how set role for they ?
how to check this user is login or exit ?

What I have tried:

[Authorize(Roles = "Admin")]
public ActionResult action(){

return view();
}
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900