Document the change policy for FileExtensionContentTypeProvider #2454 (#8213)

This commit is contained in:
Chris Ross 2019-03-05 13:50:48 -08:00 committed by GitHub
parent 58ad7b7550
commit def25cb3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ namespace Microsoft.AspNetCore.StaticFiles
/// </summary>
public class FileExtensionContentTypeProvider : IContentTypeProvider
{
// Notes:
// - This table was initially copied from IIS and has many legacy entries we will maintain for backwards compatibility.
// - We only plan to add new entries where we expect them to be applicable to a majority of developers such as being
// used in the project templates.
#region Extension mapping table
/// <summary>
/// Creates a new provider with a set of default mappings.