C# 클래스 NuxeoClient.MimeTypeMap

Provides a huge dictionary of file extensions to mime types. Taken from GitHub.
파일 보기 프로젝트 열기: nuxeo/nuxeo-dotnet-client

공개 메소드들

메소드 설명
GetExtension ( string mimeType ) : string

GetMimeType ( string extension ) : string

비공개 메소드들

메소드 설명
BuildMappings ( ) : string>.IDictionary

메소드 상세

GetExtension() 공개 정적인 메소드

public static GetExtension ( string mimeType ) : string
mimeType string
리턴 string

GetMimeType() 공개 정적인 메소드

public static GetMimeType ( string extension ) : string
extension string
리턴 string