RoleExists() public méthode

public RoleExists ( string roleName ) : bool
roleName string
Résultat bool
 public static bool RoleExist(string role)
 {
     CodeFirstRoleProvider rp = new CodeFirstRoleProvider();
     return rp.RoleExists(role);
 }