@
in asp.net mvc 3 preview 1 automaticly encodes html, is there an alternative way to let there be html?
think of this scenario:
@view.BestSitesEver.Replace("stackoverflow", "<h1>StackOverflow</h1>")
That would just print out: <h1>stackoverflow</h1>