15 references to Page
Microsoft.AspNetCore.Identity.UI (14)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (1)
202var callbackUrl = Url.Page(
Areas\Identity\Pages\V4\Account\ForgotPassword.cshtml.cs (1)
77var callbackUrl = Url.Page(
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (2)
142var callbackUrl = Url.Page( 175var callbackUrl = Url.Page(
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
142var callbackUrl = Url.Page(
Areas\Identity\Pages\V4\Account\RegisterConfirmation.cshtml.cs (1)
78EmailConfirmationUrl = Url.Page(
Areas\Identity\Pages\V4\Account\ResendEmailConfirmation.cshtml.cs (1)
89var callbackUrl = Url.Page(
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
202var callbackUrl = Url.Page(
Areas\Identity\Pages\V5\Account\ForgotPassword.cshtml.cs (1)
77var callbackUrl = Url.Page(
Areas\Identity\Pages\V5\Account\Manage\Email.cshtml.cs (2)
142var callbackUrl = Url.Page( 175var callbackUrl = Url.Page(
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
142var callbackUrl = Url.Page(
Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml.cs (1)
78EmailConfirmationUrl = Url.Page(
Areas\Identity\Pages\V5\Account\ResendEmailConfirmation.cshtml.cs (1)
89var callbackUrl = Url.Page(
Microsoft.AspNetCore.Mvc.Core (1)
UrlHelperExtensions.cs (1)
391=> Page(urlHelper, pageName, pageHandler, values, protocol: null);