19 references to Page
Identity.ExternalClaims (2)
Extensions\UrlHelperExtensions.cs (2)
25return urlHelper.Page( 34return urlHelper.Page(
IdentitySample.DefaultUI (1)
Areas\Identity\Pages\Account\Register.cshtml.cs (1)
96var callbackUrl = Url.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);
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\UrlHelperExtensionsTest.cs (1)
115urlHelper.Object.Page("/TestPage", pageHandler: null, values: new { id = 13 }, protocol: "https");