Instance Property インスタンスプロパティ

MIMEType

Returns the MIME type for the receiver. レシーバに対するMIME型を返します。

Declaration 宣言

@property(copy) NSString *MIMEType;

Return Value 戻り値

The MIME type for the receiver (for example, “text/xml”). レシーバに対するMIME型(例えば、“text/xml”)。

Discussion 議論

MIME types are assigned by IANA (see http://www.iana.org/assignments/media-types/index.html). MIME型は、IANAによって割り当てられます(http://www.iana.org/assignments/media-types/index.htmlを見てください)。

See Also 参照

Managing Document Attributes 文書属性を管理する