This commit is contained in:
parent
58ad7b7550
commit
def25cb3de
|
|
@ -11,6 +11,10 @@ namespace Microsoft.AspNetCore.StaticFiles
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class FileExtensionContentTypeProvider : IContentTypeProvider
|
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
|
#region Extension mapping table
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Creates a new provider with a set of default mappings.
|
/// Creates a new provider with a set of default mappings.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue