ConfirmEmailChangeModel.OnGetAsync(String, String, String) Methode

Definition

Diese API unterstützt die ASP.NET Core Identity-Standard-UI-Infrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code vorgesehen. Diese API kann sich ändern oder in zukünftigen Releases entfernt werden.

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)

Parameter

userId
String
email
String
code
String

Gibt zurück

Gilt für: