The Html helper stuff (can't call it a class since it is mostly extension methods... ) seems to have two modes. In the first mode, you use it like this: <%= Html.ReturnSomething(stuff) %> In the other mode, you use it like this: <% Html.WriteSomething(stuff) %> or like this: <% using...