ContentType.isUnknown

Checks if the content type is the generic "unknown" type. On UNIX this is the "application/octet-stream" mimetype, while on win32 it is "*".

struct ContentType
static
bool
isUnknown
(
string type
)

Parameters

type string

a content type string

Return: %TRUE if the type is the unknown type.

Meta