Looks for a given path in the list of paths excluded from compression

Namespace: DotNetNuke.HttpModules.Compression
Assembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)

Syntax

C#
public bool IsExcludedPath(
	string relUrl
)
Visual Basic
Public Function IsExcludedPath ( 
	relUrl As String
) As Boolean

Parameters

relUrl
Type: System..::..String
the relative url to check

Return Value

true if excluded, false if not

See Also