100 references to Page
Microsoft.AspNetCore.Identity.UI (92)
Areas\Identity\Pages\V4\Account\ConfirmEmail.cshtml.cs (1)
59return Page();
Areas\Identity\Pages\V4\Account\ConfirmEmailChange.cshtml.cs (3)
63return Page(); 72return Page(); 77return Page();
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (2)
166return Page(); 228return Page();
Areas\Identity\Pages\V4\Account\ForgotPassword.cshtml.cs (1)
88return Page();
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (2)
148return Page(); 153return Page();
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (3)
106return Page(); 113return Page(); 144return Page();
Areas\Identity\Pages\V4\Account\LoginWithRecoveryCode.cshtml.cs (3)
91return Page(); 98return Page(); 127return Page();
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (3)
110return Page(); 117return Page(); 133return Page();
Areas\Identity\Pages\V4\Account\Manage\DeletePersonalData.cshtml.cs (2)
84return Page(); 101return Page();
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (1)
63return Page();
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (3)
119return Page(); 133return Page(); 168return Page();
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (3)
113return Page(); 127return Page(); 140return Page();
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (1)
104return Page();
Areas\Identity\Pages\V4\Account\Manage\GenerateRecoveryCodes.cshtml.cs (1)
72return Page();
Areas\Identity\Pages\V4\Account\Manage\Index.cshtml.cs (2)
100return Page(); 114return Page();
Areas\Identity\Pages\V4\Account\Manage\PersonalData.cshtml.cs (1)
45return Page();
Areas\Identity\Pages\V4\Account\Manage\ResetAuthenticator.cshtml.cs (1)
61return Page();
Areas\Identity\Pages\V4\Account\Manage\SetPassword.cshtml.cs (3)
98return Page(); 105return Page(); 121return Page();
Areas\Identity\Pages\V4\Account\Manage\ShowRecoveryCodes.cshtml.cs (1)
40return Page();
Areas\Identity\Pages\V4\Account\Manage\TwoFactorAuthentication.cshtml.cs (1)
89return Page();
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
167return Page();
Areas\Identity\Pages\V4\Account\RegisterConfirmation.cshtml.cs (1)
85return Page();
Areas\Identity\Pages\V4\Account\ResendEmailConfirmation.cshtml.cs (3)
76return Page(); 83return Page(); 97return Page();
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (3)
102return Page(); 110return Page(); 130return Page();
Areas\Identity\Pages\V5\Account\ConfirmEmail.cshtml.cs (1)
59return Page();
Areas\Identity\Pages\V5\Account\ConfirmEmailChange.cshtml.cs (3)
63return Page(); 72return Page(); 77return Page();
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (2)
166return Page(); 228return Page();
Areas\Identity\Pages\V5\Account\ForgotPassword.cshtml.cs (1)
88return Page();
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (2)
148return Page(); 153return Page();
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (3)
106return Page(); 113return Page(); 144return Page();
Areas\Identity\Pages\V5\Account\LoginWithRecoveryCode.cshtml.cs (3)
91return Page(); 98return Page(); 127return Page();
Areas\Identity\Pages\V5\Account\Manage\ChangePassword.cshtml.cs (3)
110return Page(); 117return Page(); 133return Page();
Areas\Identity\Pages\V5\Account\Manage\DeletePersonalData.cshtml.cs (2)
84return Page(); 101return Page();
Areas\Identity\Pages\V5\Account\Manage\Disable2fa.cshtml.cs (1)
63return Page();
Areas\Identity\Pages\V5\Account\Manage\Email.cshtml.cs (3)
119return Page(); 133return Page(); 168return Page();
Areas\Identity\Pages\V5\Account\Manage\EnableAuthenticator.cshtml.cs (3)
113return Page(); 127return Page(); 140return Page();
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (1)
104return Page();
Areas\Identity\Pages\V5\Account\Manage\GenerateRecoveryCodes.cshtml.cs (1)
72return Page();
Areas\Identity\Pages\V5\Account\Manage\Index.cshtml.cs (2)
100return Page(); 114return Page();
Areas\Identity\Pages\V5\Account\Manage\PersonalData.cshtml.cs (1)
45return Page();
Areas\Identity\Pages\V5\Account\Manage\ResetAuthenticator.cshtml.cs (1)
61return Page();
Areas\Identity\Pages\V5\Account\Manage\SetPassword.cshtml.cs (3)
98return Page(); 105return Page(); 121return Page();
Areas\Identity\Pages\V5\Account\Manage\ShowRecoveryCodes.cshtml.cs (1)
40return Page();
Areas\Identity\Pages\V5\Account\Manage\TwoFactorAuthentication.cshtml.cs (1)
89return Page();
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
167return Page();
Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml.cs (1)
85return Page();
Areas\Identity\Pages\V5\Account\ResendEmailConfirmation.cshtml.cs (3)
76return Page(); 83return Page(); 97return Page();
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (3)
102return Page(); 110return Page(); 130return Page();
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
PageModelTest.cs (1)
1835var result = pageModel.Page();
Mvc.Api.Analyzers.Test (2)
TestFiles\ApiActionsDoNotRequireExplicitModelValidationCheckAnalyzerIntegrationTest\NoDiagnosticsAreReturned_ForRazorPageModels.cs (1)
17return Page();
TestFiles\ApiConventionAnalyzerIntegrationTest\NoDiagnosticsAreReturned_ForRazorPageModels.cs (1)
19return Page();
MvcSandbox (1)
Pages\PagesHome.cshtml.cs (1)
16return Page();
SecurityWebSite (4)
Pages\AllowAnonymousPageViaConvention.cshtml.cs (1)
11public IActionResult OnGet() => Page();
Pages\AllowAnonymousPageViaModel.cshtml.cs (1)
13public IActionResult OnGet() => Page();
Pages\AuthorizePageViaConvention.cshtml.cs (1)
11public IActionResult OnGet() => Page();
Pages\AuthorizePageViaModel.cshtml.cs (1)
13public IActionResult OnGet() => Page();