Changeset 332 for binary-improvements/MapRendering/Web/MimeType.cs
- Timestamp:
- Nov 16, 2018, 10:38:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/MimeType.cs
r325 r332 5 5 public class MimeType { 6 6 private static readonly IDictionary<string, string> _mappings = 7 new Dictionary<string, string> (StringComparer.InvariantCultureIgnoreCase){7 new CaseInsensitiveStringDictionary<string> { 8 8 {".323", "text/h323"}, 9 9 {".3g2", "video/3gpp2"},
Note:
See TracChangeset
for help on using the changeset viewer.