您的位置:首页 > 产品设计 > UI/UE

Response.ContentType possible values

2010-01-11 02:53 211 查看

Known MIME Types

FindMimeFromData tests for the following MIME types:

MIME TypeDescription
text/plainPlain text. Default if data is primarily text and no other type detected.
text/htmlHTML. Default if common tags detected and server does not supply image/* type.
text/xmlXML data. Default if data specifies
<?xml
with an unrecognized DTD.
text/richtextRich Text Format (RTF).
text/scriptletMicrosoft Windows script component.
audio/x-aiffAudio Interchange File, Macintosh.
audio/basicAudio file, UNIX.
audio/midInternet Explorer 7 and later. MIDI sequence.
audio/wavPulse Code Modulation (PCM) Wave audio, Windows.
image/gifGraphics Interchange Format (GIF).
image/jpegJPEG image.
image/pjpegDefault type for JPEG images.
image/pngInternet Explorer 7 and later. Portable Network Graphics (PNG).
image/x-pngInternet Explorer 7 and later. Default type for PNG images.
image/tiffTagged Image File Format (TIFF) image.
image/bmpBitmap (BMP) image.
image/x-xbitmapRemoved from Internet Explorer 8.
image/x-jgAOL Johnson-Grace compressed file.
image/x-emfEnhanced Metafile (EMF).
image/x-wmfWindows Metafile Format (WMF).
video/aviAudio-Video Interleaved (AVI) file.
video/mpegMPEG stream file.
application/octet-streamBinary file. Default if data is primarily binary.
application/postscriptPostScript (.ai, .eps, or .ps) file.
application/base64Base64-encoded bytes.
application/macbinhex40BinHex for Macintosh.
application/pdfPortable Document Format (PDF).
application/xmlXML data. Must be server-supplied. See also "text/xml" type.
application/atom+xmlInternet Explorer 7 and later. Atom Syndication Format feed.
application/rss+xmlInternet Explorer 7 and later. Really Simple Syndication (RSS) feed.
application/x-compressedUNIX tar file, Gzipped.
application/x-zip-compressedCompressed archive file.
application/x-gzip-compressedGzip compressed archive file.
application/javaJava applet.
application/x-msdownloadExecutable (.exe or .dll) file.
from:http://msdn2.microsoft.com/en-us/library/ms775147.aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: