
I'm using HtmlContentProvider to encode html into a content object for my Intelliprompt.IContentProvider implementation.
For some HTML input strings i get UriFormatException. I can't see anything wrong with my HTML or the Uri's inside, and I don't really care about the URLs working in the cases where there should be any problem with them. Problem now is that an exception is thrown and I don't know how to build the 'object' to return from GetContent.
Any way to get around this problem?