Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Field: Dictionary<string, string> MimeTypeOverrides

Declaration

Dictionary<string, string> MimeTypeOverrides

Summary

Maps from file extension to MIME type. Use the key "*" to specify a default (fallback) MIME type. Use the value "detect" to specify that FileSystemHandler should examine the file and decide between "text/plain; charset=utf-8" and "application/octet-stream", depending on whether the file is text or binary.