canShowMIMEType(asHTML:)
Returns whether the receiver interprets a MIME type as HTML.
Declaration
class func canShowMIMEType(asHTML MIMEType: String!) -> BoolParameters
- MIMEType:
The MIME type of the content.
Return Value
true if the receiver interprets MIMEType as HTML; otherwise, false.