Microsoft.AspNetCore.Identity.UI.Services Namespace
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.
Contains types for the Razor Pages built-in UI for Identity on ASP.NET Core.
Classes
NoOpEmailSender |
The default IEmailSender that does nothing in SendEmailAsync(String, String, String). It is used to detect that the IEmailSender has been customized. If not, Identity UI provides a development experience where the email confirmation link is rendered by the UI immediately rather than sent via an email. |
Interfaces
IEmailSender |
This API supports the ASP.NET Core Identity infrastructure and is not intended to be used as a general purpose email abstraction. It should be implemented by the application so the Identity infrastructure can send confirmation and password reset emails. |
Remarks
For more information about using Identity, see Scaffold Identity in ASP.NET Core projects.