Soooo, what happened to the incredibly useful .StripHtml in Umbraco 7?
I saw a few posts that referenced using @Umbraco.StripHtml but that was a no-go because now the Razor is yellow screening saying that the reference of 'Umbraco' does not contain a definition of .StripHtml(). Is this true? Am I going to have to Reg-Ex this stuff?
What happened to .StripHtml in Umbraco 7.12?
Soooo, what happened to the incredibly useful .StripHtml in Umbraco 7?
I saw a few posts that referenced using @Umbraco.StripHtml but that was a no-go because now the Razor is yellow screening saying that the reference of 'Umbraco' does not contain a definition of .StripHtml(). Is this true? Am I going to have to Reg-Ex this stuff?
Maybe you're not referencing a necessary namespace?
What happens if you directly try calling
global::Umbraco.Core.StringExtensions.StripHtml("someString")
?is working on a reply...