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