Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static bool AddGZipHeader(
	HttpContext context
)
Visual Basic
Public Shared Function AddGZipHeader ( _
	context As HttpContext _
) As Boolean
Visual C++
public:
static bool AddGZipHeader(
	HttpContext^ context
)

Parameters

context
Type: System.Web..::..HttpContext

See Also