MIME types / Internet Media Types attribute data that tagged on the content generator class or module
ContentTypeAttribute
01 Syntax
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Type | 1 | Internet media type |
| Description | 1 | Type of format |
04 Members
String, String)A media type (formerly known as MIME type) is a two-part identifier for file formats and format contents transmitted on the Internet. The Internet Assigned Numbers Authority (IANA) is the official authority for the standardization and publication of these classifications. Media types were originally defined in Request for Comments 2045 in November 1996 as a part of MIME (Multipurpose Internet Mail Extensions) specification, for denoting type of email message content and attachments; hence the name MIME type. Media types are also used by other internet protocols such as HTTP and document file formats such as HTML, for similar purpose.
| Name | Type | Description |
|---|---|---|
type | String | A media type consists of a type and a subtype, which is further structured into a tree. A media type can optionally define a suffix and parameters:
The currently registered types are: |
description | String | - |
Internet media type
Type of format