Table of Contents

Property ContentEncoding

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

ContentEncoding

Gets or sets the value of the HTTP Content-Encoding header.

Specifies the encoding transformations that have been applied to the response body, such as gzip or deflate. This header should not be interpreted as the content text charset.

public string? ContentEncoding { get; set; }

Property Value

string