Rainbow 2.0 Code Documentation

Settings. Method 

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;

Parameters

relUrl
the relative url to check

Return Value

true if excluded, false if not

See Also

Settings Class | blowery.Web.HttpCompress Namespace