Rainbow 2.0 Code Documentation

Settings. Method 

Checks a given mime type to determine if it has been excluded from compression

[Visual Basic]
Public Function ( _ 
   ByVal String As String _ 
) As Boolean
[C#]
public bool (
   string String
);
[C++]
public: bool (
   String* String
);
[JScript]
public function (
   String String
): bool;

Parameters

mimetype
The MimeType to check. Can include wildcards like image/* or */xml.

Return Value

true if the mime type passed in is excluded from compression, false otherwise

See Also

Settings Class | blowery.Web.HttpCompress Namespace