<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<$safeprojectname$.Models.RegisterExternalLoginModel>" %> Registrarse

Registrarse.

Asociar su cuenta de <%: ViewBag.ProviderDisplayName %>.

<% using (Html.BeginForm("ExternalLoginConfirmation", "Account", new { ReturnUrl = ViewBag.ReturnUrl })) { %> <%: Html.AntiForgeryToken() %> <%: Html.ValidationSummary(true) %>
Formulario de asociación

Se ha autenticado correctamente con <%: ViewBag.ProviderDisplayName %>. Escriba un nombre de usuario para este sitio y haga clic en el botón Confirmar para finalizar el inicio de sesión.

  1. <%: Html.LabelFor(m => m.UserName) %> <%: Html.TextBoxFor(m => m.UserName) %> <%: Html.ValidationMessageFor(m => m.UserName) %>
<%: Html.HiddenFor(m => m.ExternalLoginData) %>
<% } %>
<%: Scripts.Render("~/bundles/jqueryval") %>