Web.HTTPApp.TAbstractWebRequestFile.ContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentType: string read GetContentType;

C++

__property System::UnicodeString ContentType = {read=GetContentType};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TAbstractWebRequestFile

Description

Describes how the file data is encoded.

Read ContentType to determine the format of the data you can read from the Stream property. ContentType is a string of the format Type/SubType, which names the MIME type and subtype used to encode the file contents.

See Also