Response.ContentType possible values

简介:

Known MIME Types

FindMimeFromData tests for the following MIME types:

MIME Type Description
text/plain Plain text. Default if data is primarily text and no other type detected.
text/html HTML. Default if common tags detected and server does not supply image/* type.
text/xml XML data. Default if data specifies <?xml with an unrecognized DTD.
text/richtext Rich Text Format (RTF).
text/scriptlet Microsoft Windows script component.
audio/x-aiff Audio Interchange File, Macintosh.
audio/basic Audio file, UNIX.
audio/mid Internet Explorer 7 and later. MIDI sequence.
audio/wav Pulse Code Modulation (PCM) Wave audio, Windows.
image/gif Graphics Interchange Format (GIF).
image/jpeg JPEG image.
image/pjpeg Default type for JPEG images.
image/png Internet Explorer 7 and later. Portable Network Graphics (PNG).
image/x-png Internet Explorer 7 and later. Default type for PNG images.
image/tiff Tagged Image File Format (TIFF) image.
image/bmp Bitmap (BMP) image.
image/x-xbitmap Removed from Internet Explorer 8.
image/x-jg AOL Johnson-Grace compressed file.
image/x-emf Enhanced Metafile (EMF).
image/x-wmf Windows Metafile Format (WMF).
video/avi Audio-Video Interleaved (AVI) file.
video/mpeg MPEG stream file.
application/octet-stream Binary file. Default if data is primarily binary.
application/postscript PostScript (.ai, .eps, or .ps) file.
application/base64 Base64-encoded bytes.
application/macbinhex40 BinHex for Macintosh.
application/pdf Portable Document Format (PDF).
application/xml XML data. Must be server-supplied. See also "text/xml" type.
application/atom+xml Internet Explorer 7 and later. Atom Syndication Format feed.
application/rss+xml Internet Explorer 7 and later. Really Simple Syndication (RSS) feed.
application/x-compressed UNIX tar file, Gzipped.
application/x-zip-compressed Compressed archive file.
application/x-gzip-compressed Gzip compressed archive file.
application/java Java applet.
application/x-msdownload Executable (.exe or .dll) file.

 

from:http://msdn2.microsoft.com/en-us/library/ms775147.aspx 

欢迎加群互相学习,共同进步。QQ群:iOS: 58099570 | Android: 572064792 | Nodejs:329118122 做人要厚道,转载请注明出处!















本文转自张昺华-sky博客园博客,原文链接:http://www.cnblogs.com/sunshine-anycall/archive/2010/01/11/1643780.html ,如需转载请自行联系原作者




相关文章
|
24天前
response.setcontenttype详解
response.setcontenttype详解
|
25天前
|
JSON Java 数据格式
response.contenttype详解
response.contenttype详解
|
1月前
|
Java 应用服务中间件 API
Request&Response(1)
Request&Response
17 0
|
1月前
|
Java Maven 数据安全/隐私保护
Request&Response(2)
Request&Response
13 0
|
2月前
|
JSON Java 数据格式
Could not extract response: no suitable HttpMessageConverter found for ..content type [text/html...]
Could not extract response: no suitable HttpMessageConverter found for ..content type [text/html...]
209 0
|
7月前
|
JSON 前端开发 JavaScript
Request Headers - ContentType
Request Headers - ContentType
30 0
|
缓存 应用服务中间件 API
Request 和 Response总结
Request 和 Response总结
|
Java 应用服务中间件 Apache
jmeter获得Response Headers,Response Body里的值
jmeter获得Response Headers,Response Body里的值
194 0
jmeter获得Response Headers,Response Body里的值
|
Java
Request和Response对象详解
Request和Response对象详解
181 0
Request和Response对象详解