Returns whether the receiver interprets a MIME type as HTML.
Original signature is '+ (BOOL)canShowMIMETypeAsHTML:(NSString *)MIMEType'
Available in Mac OS X v10.2 with Safari 1.0 and later.


- MIMEType (NSString)
- The MIME type of the content.

YES if the receiver interprets MIMEType as HTML; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)