AspNetCore.Docs/aspnet/web-pages/readme/beta3/samples/sample1.cshtml

2 lines
122 B
Plaintext

@* Inserts literal markup into the page as specified in the value string. *@
@Html.Raw("<div>Hello <em>world</em>!</div>")