1 override of DefineSection
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPage.cs (1)
55
public override void
DefineSection
(string name, RenderAsyncDelegate section)
18 references to DefineSection
Microsoft.AspNetCore.Identity.UI (17)
ChangePassword_cshtml.g.cs (1)
382
DefineSection
("Scripts", async() => {
DeletePersonalData_cshtml.g.cs (1)
230
DefineSection
("Scripts", async() => {
DownloadPersonalData_cshtml.g.cs (1)
81
DefineSection
("Scripts", async() => {
Email_cshtml.g.cs (1)
388
DefineSection
("Scripts", async() => {
EnableAuthenticator_cshtml.g.cs (1)
283
DefineSection
("Scripts", async() => {
ExternalLogin_cshtml.g.cs (1)
238
DefineSection
("Scripts", async() => {
ForgotPassword_cshtml.g.cs (1)
200
DefineSection
("Scripts", async() => {
Index_cshtml.g.cs (1)
281
DefineSection
("Scripts", async() => {
Login_cshtml.g.cs (1)
552
DefineSection
("Scripts", async() => {
LoginWith2fa_cshtml.g.cs (1)
335
DefineSection
("Scripts", async() => {
LoginWithRecoveryCode_cshtml.g.cs (1)
212
DefineSection
("Scripts", async() => {
PersonalData_cshtml.g.cs (1)
141
DefineSection
("Scripts", async() => {
Register_cshtml.g.cs (1)
503
DefineSection
("Scripts", async() => {
ResendEmailConfirmation_cshtml.g.cs (1)
198
DefineSection
("Scripts", async() => {
ResetPassword_cshtml.g.cs (1)
373
DefineSection
("Scripts", async() => {
SetPassword_cshtml.g.cs (1)
295
DefineSection
("Scripts", async() => {
TwoFactorAuthentication_cshtml.g.cs (1)
424
DefineSection
("Scripts", async() => {
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageBase.cs (1)
372
=>
DefineSection
(name, () => section(null /* writer */));