Share via


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

Parameters

userId
String
email
String
code
String

Returns

Applies to