MonobjcMonobjc Documented Class Library
CanShowMIMEType Method (MIMEType)
NamespacesMonobjc.WebKitWebViewCanShowMIMEType(NSString)

Returns whether the receiver can display content of a given MIME type.

Original signature is '+ (BOOL)canShowMIMEType:(NSString *)MIMEType'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool CanShowMIMEType(
	NSString MIMEType
)
Public Shared Function CanShowMIMEType ( _
	MIMEType As NSString _
) As Boolean
public:
static bool CanShowMIMEType(
	NSString^ MIMEType
)
Parameters
MIMEType (NSString)
The MIME type of the content.
Return Value
YES if the receiver can display content of the specified MIME type where MIMEType is one of the standard types like “image/gif”; 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)