Indicates if the Web Browser Engine can interpret the given MIME type as HTML
#include <WebView.h> virtual bool canShowMIMETypeAsHTML( const char* mimeType );
Indicates whether or not the browser can display the specified MIME type as HTML.
Returns True if the specified MIME type is an HTML type, otherwise False.