ConfirmEmailModel.OnGetAsync(String, String) 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 (string userId, string code);
abstract member OnGetAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.OnGetAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function OnGetAsync (userId As String, code As String) As Task(Of IActionResult)

Parameters

userId
String
code
String

Returns

Applies to