MonobjcMonobjc Documented Class Library
CanShowMIMETypeAsHTML Method (MIMEType)
NamespacesMonobjc.WebKitWebViewCanShowMIMETypeAsHTML(NSString)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static bool CanShowMIMETypeAsHTML(
	NSString MIMEType
)
Public Shared Function CanShowMIMETypeAsHTML ( _
	MIMEType As NSString _
) As Boolean
public:
static bool CanShowMIMETypeAsHTML(
	NSString^ MIMEType
)
Parameters
MIMEType (NSString)
The MIME type of the content.
Return Value
YES if the receiver interprets MIMEType as HTML; otherwise, NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)