3 references to GetMimeMapping
System.Web (3)
StaticFileHandler.cs (3)
324
response.ContentType = MimeMapping.
GetMimeMapping
(virtualPath);
438
string contentType = MimeMapping.
GetMimeMapping
(physicalPath);
550
response.ContentType = MimeMapping.
GetMimeMapping
(physicalPath);