Contents

canShowMIMEType(asHTML:)

Returns whether the receiver interprets a MIME type as HTML.

Declaration

class func canShowMIMEType(asHTML MIMEType: String!) -> Bool

Parameters

  • MIMEType:

    The MIME type of the content.

Return Value

true if the receiver interprets MIMEType as HTML; otherwise, false.

See Also

Getting and Setting Content Information