UpperInvariantLookupNormalizer.NormalizeEmail(String) Method

Definition

Returns a normalized representation of the specified email.

C#
public string NormalizeEmail (string email);
C#
public string? NormalizeEmail (string? email);

Parameters

email
String

The email to normalize.

Returns

A normalized representation of the specified email.

Implements

Applies to

Product Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0