Legend
| Field: Dictionary<string, string> MimeTypeOverrides
DeclarationDictionary<string, string> MimeTypeOverrides SummaryMaps 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. |