79703260

Date: 2025-07-16 10:19:16
Score: 0.5
Natty:
Report link

I moved the redirect to OnParameterSet from OnInitialized. It helped me.

    protected override void OnParametersSet()
    {
        Navigation.NavigateTo("/", forceLoad: true);
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex Soloh