Start the comment block with @*, end the comment block with *@.
Similar to C# (/* and */)
@* single line comment *@
or
@*
this is a comment
this is another
*@
More on Razor comments on the Gu’s blog.
Start the comment block with @*, end the comment block with *@.
Similar to C# (/* and */)
@* single line comment *@
or
@*
this is a comment
this is another
*@
More on Razor comments on the Gu’s blog.