C# 클래스 Piranha.Models.Manager.ContentModels.EditModel.MimeType

Gets the mime type for the given filename
파일 보기 프로젝트 열기: PiranhaCMS/Piranha

공개 메소드들

메소드 설명
Get ( string filename ) : string

Gets the mime type from the current file name.

메소드 상세

Get() 공개 정적인 메소드

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