C# 클래스 Rhino.Commonjs.Module.Provider.ParsedContentType

파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
GetContentType ( ) : string

Returns the content type (without charset declaration) of the MIME type.

Returns the content type (without charset declaration) of the MIME type.

GetEncoding ( ) : string

Returns the character encoding of the MIME type.

Returns the character encoding of the MIME type.

ParsedContentType ( string mimeType ) : Sharpen

Creates a new parsed content type.

Creates a new parsed content type.

메소드 상세

GetContentType() 공개 메소드

Returns the content type (without charset declaration) of the MIME type.
Returns the content type (without charset declaration) of the MIME type.
public GetContentType ( ) : string
리턴 string

GetEncoding() 공개 메소드

Returns the character encoding of the MIME type.
Returns the character encoding of the MIME type.
public GetEncoding ( ) : string
리턴 string

ParsedContentType() 공개 메소드

Creates a new parsed content type.
Creates a new parsed content type.
public ParsedContentType ( string mimeType ) : Sharpen
mimeType string /// the full MIME type; typically the value of the /// "Content-Type" header of some MIME-compliant message. Can be null. ///
리턴 Sharpen