79308953

Date: 2024-12-26 07:53:10
Score: 1.5
Natty:
Report link

@page "/test1"

@((MarkupString)@block)

@((MarkupString)ShowHtmlBlock())

@code { string block = "

Test1

";

private string ShowHtmlBlock()
{
    return $@"</iframe width=""1024px"" height=""768px""><image width=""1024px"" height=""768px"" src=""https://p1.pxfuel.com/preview/653/702/399/rose-flower-flowers-red-rose.jpg"" allowfullscreen /></iframe>";
}

}

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @page
  • User mentioned (0): @code
  • Low reputation (1):
Posted by: MMB