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