Chris B
Chris B
My current workaround for this issue (raw string literals) is to - use the code-behind approach for razor components - use some other class reference This, however, adds more clutter...
@gragra33 I think we all want raw string literals _spread over several lines_ to work in razor components. All workarounds, including the one I posted myself, are basically suboptimal. Having...
> The proposed changes would still be better as I could remove yet more code, but I had a think about this a bit more, and managed to refactor my...