C# Класс Rhino.Commonjs.Module.Provider.ParsedContentType

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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