The _________ method of UserManager can be used to check if a user with a specific email address already exists.

  • CheckEmailExists
  • IsEmailExist
  • FindByEmailAsync
  • EmailExists
The 'FindByEmailAsync' method of UserManager can be used to check if a user with a specific email address already exists. This method searches for a user with the given email and returns the user if found.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *