Version 106.0.290 
            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: 106.0.290.0
Syntaxpublic static string GetMimeType(
	string extension
)
public:
static String^ GetMimeType(
	String^ extension
)
Parameters
- extension
 - Type: SystemString
file extension 
Return Value
Type: 
StringReturns the mime type for the specified file extension or an empty string if unknown.
See Also