MVC3 Razor: Displaying html within code blocks

后端 未结 6 1025
孤独总比滥情好
孤独总比滥情好 2020-12-12 17:39

In my cshtml files I have a lot of blocks with stuff like this:

@if(Model.foo)
{
    Hello World
}

The only reason

6条回答
提交回复
热议问题