Click or drag to resize
MimeTypeGetForExtension Method
Returns the MIME type for a file extension. The leading full-stop on the extension is optional.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetForExtension(
	string extension
)

Parameters

extension
Type: SystemString

Return Value

Type: String
See Also