IContentTypeProvider Interface

 

Used to look up MIME types given a file path

Namespace:   Microsoft.Owin.StaticFiles.ContentTypes
Assembly:  Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)

public interface class IContentTypeProvider

NameDescription
System_CAPS_pubmethodTryGetContentType(String^, String^)

Given a file path, determine the MIME type

Return to top
Show: