IContentTypeProvider Interface

Definition

Used to look up MIME types given a file path

public interface class IContentTypeProvider
public interface IContentTypeProvider
type IContentTypeProvider = interface
Public Interface IContentTypeProvider
Derived

Methods

TryGetContentType(String, String)

Given a file path, determine the MIME type

Applies to