I read this page
but I can not make it to work with the Razor syntax.
I understand I should first call the MarkupParser function like this
@Html.C1().Function("Composite.Xslt.Extensions.MarkupParser")
But then what...
Don't use the "MarkupParser" XSLT Extension when in Razor - use this:
@Html.Raw(htmlString)