C# Class Phun.MimeTypes

MimeType mapping.
Afficher le fichier Open project: noogen/phuncms

Méthodes publiques

Méthode Description
GetContentType ( string fileExtension ) : string

Gets the type of the content.

Private Methods

Méthode Description
MimeTypes ( ) : System

Initializes static members of the MimeTypes class.

Method Details

GetContentType() public static méthode

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