UserManager<TUser>.UpdateNormalizedEmailAsync(TUser) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the normalized email for the specified user
.
public:
virtual System::Threading::Tasks::Task ^ UpdateNormalizedEmailAsync(TUser user);
public virtual System.Threading.Tasks.Task UpdateNormalizedEmailAsync (TUser user);
abstract member UpdateNormalizedEmailAsync : 'User -> System.Threading.Tasks.Task
override this.UpdateNormalizedEmailAsync : 'User -> System.Threading.Tasks.Task
Public Overridable Function UpdateNormalizedEmailAsync (user As TUser) As Task
Parameters
- user
- TUser
The user whose email address should be normalized and updated.
Returns
The task object representing the asynchronous operation.