GenerateRecoveryCodesModel.OnGetAsync 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> OnGetAsync ();
abstract member OnGetAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.OnGetAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function OnGetAsync () As Task(Of IActionResult)

Returns

Applies to