ExternalLoginsModel.OnPostLinkLoginAsync(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> OnPostLinkLoginAsync (string provider);
abstract member OnPostLinkLoginAsync : string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.OnPostLinkLoginAsync : string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function OnPostLinkLoginAsync (provider As String) As Task(Of IActionResult)

Parameters

provider
String

Returns

Applies to