Click or drag to resize
MimeTypeGetContentClassification Method
Returns the appropriate classification for a mime type.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static ContentClassification GetContentClassification(
	string mimeType
)

Parameters

mimeType
Type: SystemString

Return Value

Type: ContentClassification
See Also