I'm wondering if there's a recommended way of converting string to RenderFragment in code.Now I'm doing this:
RenderFragment fragm = @<text>@myString</text>;but I don't know if this is the best way to do it
I'm wondering if there's a recommended way of converting string to RenderFragment in code.Now I'm doing this:
RenderFragment fragm = @<text>@myString</text>;but I don't know if this is the best way to do it