Viewing Blazor auto-generated code

When you build an app with a .razor component in it, the compiler will auto-generate code to build the render tree. If you want to see the generated code you can edit your .csproj file and add the following to your <PropertyGroup> node. After you build your application, look in the obj folder that is …
Continue reading Viewing Blazor auto-generated code