Share via


IMediaTypeProvider Interface

 

Provides an abstraction for getting the media type mapping for a given file name extension.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Content
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public interface IMediaTypeProvider
public interface class IMediaTypeProvider
type IMediaTypeProvider = interface end
Public Interface IMediaTypeProvider

Methods

Name Description
System_CAPS_pubmethod GetMediaType(String)

Returns the media type for the specified file name.

See Also

Microsoft.WindowsAzure.Mobile.Service.Content Namespace

Return to top