Click or drag to resize

Cef.GetMimeType Method

Version 79.1.350
Returns the mime type for the specified file extension or an empty string if unknown.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 76.1.90.0
Syntax
public static string GetMimeType(
	string extension
)

Parameters

extension
Type: System.String
file extension

Return Value

Type: String
Returns the mime type for the specified file extension or an empty string if unknown.
See Also