Click or drag to resize

EngineAsyncTHierarchyItemAsyncContentEncoding Property

IT Hit WebDAV Classes Reference
Gets or sets the HTTP character set of the output stream. Default is UTF-8.

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax
public Encoding ContentEncoding { get; set; }

Property Value

Type: Encoding
A Encoding object that contains information about the character set of the response. Default is UTF-8.
See Also