What you suggested worked perfectly! thank you!
However, I also found out that I was missing the following tags in the Layout component I was using
<RadzenLayout>
<ChildContent>
@body
</ChildContent>
</RadzenLayout>
This also solved the issue!