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.

C#
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> OnGetAsync (string userId, string email, string code);

Parameters

userId
String
email
String
code
String

Returns

Applies to

Product Versions
ASP.NET Core 6.0, 7.0, 8.0, 9.0