Looks for a given path in the list of paths 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 excluded, false if not
Settings Class | blowery.Web.HttpCompress Namespace