HttpContentCodingHeaderValue.ContentCoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the content-coding information used in the Content-Encoding HTTP header.
public:
property Platform::String ^ ContentCoding { Platform::String ^ get(); };
winrt::hstring ContentCoding();
public string ContentCoding { get; }
var string = httpContentCodingHeaderValue.contentCoding;
Public ReadOnly Property ContentCoding As String
Property Value
The value of the content-coding characteristic in the Content-Encoding HTTP header.