C# Class NSoft.NFramework.Tools.MimetypeTool

특정 파일 형식의 Content Type 을 나태내는 MIME에 대한 정보를 제공합니다.
显示文件 Open project: debop/NFramework

Public Methods

Method Description
GetMime ( this filename ) : string

지정된 파일명의 MIME Type을 구합니다.

Method Details

GetMime() public static method

지정된 파일명의 MIME Type을 구합니다.
public static GetMime ( this filename ) : string
filename this 파일명이나 extensions (예: png)
return string