Sets the MIME types that the Web Browser Engine will render as HTML
#include <WebView.h> virtual void setMIMETypesShownAsHTML(const char* mimeTypes, int cMimeTypes );
Sets the array of NSString MIME types that Web Browser Engine will attempt to render as HTML. You can retrieve the built-in array using MIMETypesShownAsHTML(), then add additional MIME types to that array.
canShowMIMEType(), canShowMIMETypeAsHTML()