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;
true if the mime type passed in is excluded from compression, false otherwise
Settings Class | blowery.Web.HttpCompress Namespace