@if(Model.foo)
{
@:Hello World
}
or the special tag which is not outputted in the response:
@if(Model.foo)
{
<text>Hello World</text>
}
@if(Model.foo)
{
@:Hello World
}
or the special tag which is not outputted in the response:
@if(Model.foo)
{
<text>Hello World</text>
}