namespace Microsoft.AspNetCore.Identity.UI.Pages.Account.Internal
{
[AllowAnonymous]
public class ExternalLoginModel : PageModel
{
[TempData]
public string ErrorMessage { get; set; }
}
}
Assembly | Microsoft.AspNetCore.Identity.UI , Version=2.1.11.0, PublicKeyToken=adb9793829ddae60 |
---|---|
.NET Core | 2.1 |
OS Platforms | The selected framework does not have platform annotations. |