Skip to content

Review FileExtensionContentTypeProvider and document the criteria for being included #2454

@aspnet-hello

Description

@aspnet-hello

From @Tratcher on Wednesday, April 27, 2016 11:44:38 AM

FileExtensionContentTypeProvider contains the file extension to content-type mappings used by the StaticFilesMiddleware. Only extensions listed will be served by default. The original list was copied from IIS but we've made some additions.

  • Review the APIs and make sure it's easy enough for people to add and remove entries.
  • Document the criteria for including an entry in the default list.
  • Review the current entries to make sure they meet the criteria.

@DamianEdwards

Copied from original issue: aspnet/StaticFiles#129

Metadata

Metadata

Assignees

Labels

DoneThis issue has been fixedarea-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-static-filestask

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions