Share via


EmailModel.OnPostSendVerificationEmailAsync Method

Definition

This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> OnPostSendVerificationEmailAsync ();
abstract member OnPostSendVerificationEmailAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.OnPostSendVerificationEmailAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function OnPostSendVerificationEmailAsync () As Task(Of IActionResult)

Returns

Applies to