C# Class Phun.MimeTypes

MimeType mapping.
Datei anzeigen Open project: noogen/phuncms

Public Methods

Method Description
GetContentType ( string fileExtension ) : string

Gets the type of the content.

Private Methods

Method Description
MimeTypes ( ) : System

Initializes static members of the MimeTypes class.

Method Details

GetContentType() public static method

Gets the type of the content.
public static GetContentType ( string fileExtension ) : string
fileExtension string The file extension.
return string