IdentityErrorDescriber.InvalidEmail(String) 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.
Returns an IdentityError indicating the specified email
is invalid.
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ InvalidEmail(System::String ^ email);
public virtual Microsoft.AspNetCore.Identity.IdentityError InvalidEmail (string email);
public virtual Microsoft.AspNetCore.Identity.IdentityError InvalidEmail (string? email);
abstract member InvalidEmail : string -> Microsoft.AspNetCore.Identity.IdentityError
override this.InvalidEmail : string -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function InvalidEmail (email As String) As IdentityError
Parameters
- String
The email that is invalid.
Returns
An IdentityError indicating the specified email
is invalid.