Currently, if there is a line of code in a ViewPage, for example:
<% foreach (Product p in ViewData) { %> When evaluated, a blank line is emitted to the resulting HTML. Is there a way to control when/if these blank lines are emitted into the HTML? I like to have my code formatted with a decent amount of breaks, but the resultant HTML is not what I would like to see.