@@ -208,6 +208,22 @@ public InputModel() { }
208
208
}
209
209
}
210
210
[ Microsoft . AspNetCore . Authorization . AllowAnonymousAttribute ]
211
+ public abstract partial class ResendEmailConfirmationModel : Microsoft . AspNetCore . Mvc . RazorPages . PageModel
212
+ {
213
+ protected ResendEmailConfirmationModel ( ) { }
214
+ [ Microsoft . AspNetCore . Mvc . BindPropertyAttribute ]
215
+ public Microsoft . AspNetCore . Identity . UI . V3 . Pages . Account . Internal . ResendEmailConfirmationModel . InputModel Input { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
216
+ public virtual void OnGet ( ) { }
217
+ public virtual System . Threading . Tasks . Task < Microsoft . AspNetCore . Mvc . IActionResult > OnPostAsync ( ) { throw null ; }
218
+ public partial class InputModel
219
+ {
220
+ public InputModel ( ) { }
221
+ [ System . ComponentModel . DataAnnotations . EmailAddressAttribute ]
222
+ [ System . ComponentModel . DataAnnotations . RequiredAttribute ]
223
+ public string Email { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
224
+ }
225
+ }
226
+ [ Microsoft . AspNetCore . Authorization . AllowAnonymousAttribute ]
211
227
public partial class ResetPasswordConfirmationModel : Microsoft . AspNetCore . Mvc . RazorPages . PageModel
212
228
{
213
229
public ResetPasswordConfirmationModel ( ) { }
@@ -658,6 +674,22 @@ public InputModel() { }
658
674
}
659
675
}
660
676
[ Microsoft . AspNetCore . Authorization . AllowAnonymousAttribute ]
677
+ public abstract partial class ResendEmailConfirmationModel : Microsoft . AspNetCore . Mvc . RazorPages . PageModel
678
+ {
679
+ protected ResendEmailConfirmationModel ( ) { }
680
+ [ Microsoft . AspNetCore . Mvc . BindPropertyAttribute ]
681
+ public Microsoft . AspNetCore . Identity . UI . V4 . Pages . Account . Internal . ResendEmailConfirmationModel . InputModel Input { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
682
+ public virtual void OnGet ( ) { }
683
+ public virtual System . Threading . Tasks . Task < Microsoft . AspNetCore . Mvc . IActionResult > OnPostAsync ( ) { throw null ; }
684
+ public partial class InputModel
685
+ {
686
+ public InputModel ( ) { }
687
+ [ System . ComponentModel . DataAnnotations . EmailAddressAttribute ]
688
+ [ System . ComponentModel . DataAnnotations . RequiredAttribute ]
689
+ public string Email { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
690
+ }
691
+ }
692
+ [ Microsoft . AspNetCore . Authorization . AllowAnonymousAttribute ]
661
693
public partial class ResetPasswordConfirmationModel : Microsoft . AspNetCore . Mvc . RazorPages . PageModel
662
694
{
663
695
public ResetPasswordConfirmationModel ( ) { }
0 commit comments