4 references to MimeMapping
System.Web (4)
Hosting\IPipelineRuntime.cs (1)
329MimeMapping.SetIntegratedApplicationContext(appContext);
StaticFileHandler.cs (3)
324response.ContentType = MimeMapping.GetMimeMapping(virtualPath); 438string contentType = MimeMapping.GetMimeMapping(physicalPath); 550response.ContentType = MimeMapping.GetMimeMapping(physicalPath);