Remove null
article thumbnail

Episerver and Alternate Text for Images in the TinyMCE Rich Text Editor

Perficient

Coincidentally, others in the community have written about and questioned how to solve this very issue: [link]. My extension method looks something like this: public static string FixAlternateText(this XhtmlString html, ViewContext context) { // html is null when the TinyMce is not initialize (creating new block etc.),

How To 294