The name of the content-encoding that's being implemented

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

Syntax

C#
public abstract string ContentEncoding { get; }
Visual Basic
Public MustOverride ReadOnly Property ContentEncoding As String
	Get

Remarks

See http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.5 for more details on content codings.

See Also