<%@ Page Language="VB" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage(Of $safeprojectname$.RegisterExternalLoginModel)" %> Registrarse con su <%: ViewData("ProviderDisplayName") %> cuenta

Registrarse.

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

<% Using Html.BeginForm("ExternalLoginConfirmation", "Account", New With { .ReturnUrl = ViewData("ReturnUrl") }) %> <%: Html.AntiForgeryToken() %> <%: Html.ValidationSummary(true) %>
Formulario de asociación

Se ha autenticado correctamente con <%: ViewData("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(Function(m) m.UserName) %> <%: Html.TextBoxFor(Function(m) m.UserName) %> <%: Html.ValidationMessageFor(Function(m) m.UserName) %>
<%: Html.HiddenFor(Function(m) m.ExternalLoginData) %>
<% End Using %>
<%: Scripts.Render("~/bundles/jqueryval") %>