79149087

Date: 2024-11-01 18:47:09
Score: 2
Natty:
Report link

Alternative markup (works in @code {...} as well)

@{
    // you can do this as well
    RenderFragment s = @<span>hello</span>;

    @s

    // or this
    @: this is a string as well, multiline not possible
    @: well kinda, but each new line needs "this" prefix then
    @: @s world.
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @code
  • Low reputation (1):
Posted by: skyslide22