C# Class Piranha.Models.Manager.ContentModels.EditModel.MimeType

Gets the mime type for the given filename
Mostra file Open project: PiranhaCMS/Piranha

Public Methods

Method Description
Get ( string filename ) : string

Gets the mime type from the current file name.

Method Details

Get() public static method

Gets the mime type from the current file name.
public static Get ( string filename ) : string
filename string The file name.
return string