Skip to content

Commit 6d36044

Browse files
committed
Update ref
1 parent 99e54b2 commit 6d36044

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/Identity/UI/ref/Microsoft.AspNetCore.Identity.UI.netcoreapp.cs

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,22 @@ public InputModel() { }
208208
}
209209
}
210210
[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]
211227
public partial class ResetPasswordConfirmationModel : Microsoft.AspNetCore.Mvc.RazorPages.PageModel
212228
{
213229
public ResetPasswordConfirmationModel() { }
@@ -658,6 +674,22 @@ public InputModel() { }
658674
}
659675
}
660676
[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]
661693
public partial class ResetPasswordConfirmationModel : Microsoft.AspNetCore.Mvc.RazorPages.PageModel
662694
{
663695
public ResetPasswordConfirmationModel() { }

0 commit comments

Comments
 (0)