tags:

views:

77

answers:

0

What's the best way to use a database to drive the contents of the [RequiresRoles] attribute?

[RequiresAuthentication] [RequiresRoles("Admin")] public IQueryable GetSuperEmployees()