htmlhelpers

MVC2 Custom HTML Helper and <%: %> Syntax.

Is there any way to use a custom html helper with the <%: %> syntax ? I know that if i'm use the code below, it's ok, but it's seems not so elegant and secure. <%= Html.MyHelper("Some Data")%> I mean, use <%= %> is the best practices? ...

Seeking HTML editor with visual tag matching

Is there an editor or IDE which will show HTML code with some visual indication of matching open/close tags? Kompozer sort of helps, but I would prefer something like .---><div> | | <h1>xxx</h1> | | .---><frameset> | | | | .---><div> | | | | | | <p>Lorem ipsum dolor sit amet</p> | | | | | .---></div> | | | .---...