C# 클래스 Phun.MimeTypes

MimeType mapping.
파일 보기 프로젝트 열기: noogen/phuncms

공개 메소드들

메소드 설명
GetContentType ( string fileExtension ) : string

Gets the type of the content.

비공개 메소드들

메소드 설명
MimeTypes ( ) : System

Initializes static members of the MimeTypes class.

메소드 상세

GetContentType() 공개 정적인 메소드

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