Rigobert Song
Rigobert Song

Reputation: 2794

Get all roles - ASP .Net Membership

I have an ASP .net MVC 2.0 web site and I am using the membership provider to store users and groups.

How do I get a list of all the roles?

Upvotes: 4

Views: 5231

Answers (1)

Rigobert Song
Rigobert Song

Reputation: 2794

Sorry got it

System.Web.Security.Roles.GetAllRoles()

Upvotes: 13

Related Questions