79380990

Date: 2025-01-23 12:20:05
Score: 1
Natty:
Report link

This work for me. I just use OnInitialized and yourModel is not null now

@code{
 [SupplyParameterFromForm]
 private Model.yourClass model { get; set; }

 protected override void OnInitialized() => yourModel ??= new();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: IgleDev