AddGZipHeader Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| CEU..::..AddGZipHeader Method |
| CEU Class See Also Send Feedback |
Namespace:Â CuteEditor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
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