FileExtensionContentTypeProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mapping between file extensions and MIME types.
public ref class FileExtensionContentTypeProvider : Microsoft::AspNetCore::StaticFiles::IContentTypeProvider
public class FileExtensionContentTypeProvider : Microsoft.AspNetCore.StaticFiles.IContentTypeProvider
type FileExtensionContentTypeProvider = class
interface IContentTypeProvider
Public Class FileExtensionContentTypeProvider
Implements IContentTypeProvider
- Inheritance
-
FileExtensionContentTypeProvider
- Implements
Constructors
FileExtensionContentTypeProvider() |
Creates a new provider with a set of default mappings. |
FileExtensionContentTypeProvider(IDictionary<String,String>) |
Creates a lookup engine using the provided mapping. It is recommended that the IDictionary instance use StringComparer.OrdinalIgnoreCase. |
Properties
Mappings |
The cross reference table of file extensions and content-types. |
Methods
TryGetContentType(String, String) |
Given a file path, determine the MIME type |