Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

THTTPHeader.ContentType

Content-Type header field value

Declaration

Source position: httpdefs.pp line 418

public property THTTPHeader.ContentType : string
  index Ord(hhContentType)
  read GetHeaderValue
  write SetHeaderValue;

Description

ContentType contains the Content-Type header field value, which specifies the media type of the entity body. This indicates the format and nature of the content (e.g., 'text/html', 'application/json').


Documentation generated on: Jan 16 2026