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? ...