C# Class Hardly.HttpContentType

Afficher le fichier Open project: hardlydifficult/HardlyBot

Méthodes publiques

Свойство Type Description
CssContentType HttpContentType
HtmlContentType HttpContentType
JpegContentType HttpContentType
JsContentType HttpContentType
OggContentType HttpContentType
PngContentType HttpContentType
TextContentType HttpContentType
UnknownContentType HttpContentType

Méthodes publiques

Méthode Description
FromFileName ( string path ) : HttpContentType
HttpContentType ( string type, string fileExtensions = null ) : System
ToString ( ) : string

Method Details

FromFileName() public static méthode

public static FromFileName ( string path ) : HttpContentType
path string
Résultat HttpContentType

HttpContentType() public méthode

public HttpContentType ( string type, string fileExtensions = null ) : System
type string
fileExtensions string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CssContentType public_oe static_oe property

public static HttpContentType,Hardly CssContentType
Résultat HttpContentType

HtmlContentType public_oe static_oe property

public static HttpContentType,Hardly HtmlContentType
Résultat HttpContentType

JpegContentType public_oe static_oe property

public static HttpContentType,Hardly JpegContentType
Résultat HttpContentType

JsContentType public_oe static_oe property

public static HttpContentType,Hardly JsContentType
Résultat HttpContentType

OggContentType public_oe static_oe property

public static HttpContentType,Hardly OggContentType
Résultat HttpContentType

PngContentType public_oe static_oe property

public static HttpContentType,Hardly PngContentType
Résultat HttpContentType

TextContentType public_oe static_oe property

public static HttpContentType,Hardly TextContentType
Résultat HttpContentType

UnknownContentType public_oe static_oe property

public static HttpContentType,Hardly UnknownContentType
Résultat HttpContentType