User1640282781 posted
In my .razor file, this piece shows up correctly:
<td><b>My</b> house</td> (meaning the "My" shows in bold text)
but this:
string myhouse = "<b>My</b> house";
<td>@myhouse</td>
shows up as <b>My</b> house
I just got started with Blazor, but I could not find this discussed anywhere.
Many thanks,
Rene