canShowMIMEType()

Indicates if the Web Browser Engine can display a given MIME type

Synopsis:

#include <WebView.h>

virtual bool canShowMIMEType( const char* mimeType );

Description:

Indicates whether or not the browser can display content using the specified MIME type.

Arguments:

mimeType
The MIME type to check.

Returns:

Returns True if the browser will support the specified MIME type, otherwise False.

See also:

canShowMIMETypeAsHTML()