| ![[Previous]](prev.gif) | ![[Contents]](contents.gif) | ![[Next]](next.gif) | 
Indicates that the content cannot be displayed
#include <WebNotificationDelegate.h>
virtual bool unknownContentType( WebFrame* frame,
                                 const char* mimeType,
                                 const char* url ) = 0;
Indicates that the user has clicked a link which contains content that cannot be displayed.
True to display the content in the link. If False, the link will not be displayed.
| ![[Previous]](prev.gif) | ![[Contents]](contents.gif) | ![[Next]](next.gif) |