"if" considered harmful in ASP.NET MVC View (.aspx) files?

architecture, asp.net-mvc, coding-style

Solution

I'm not sure if this is what you saw, but here is a blog that mentions it. See item #11.

Problem

I remember seeing a blog (or something) that said you should not use <% if ... %> in .aspx files in ASP.NET MVC, but I can't remember what it said the alternative is. Can anyone remember seeing this and point me to it?

Original source