| ResourceHandlerGetMimeType Method  | 
Version 92.0.260 
            Gets the MIME type of the content.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
 Syntax
Syntaxpublic static string GetMimeType(
	string extension
)
public:
static String^ GetMimeType(
	String^ extension
)
Parameters
- extension
- Type: SystemString
 The extension.
Return Value
Type: 
StringSystem.String.
 Exceptions
Exceptions Remarks
RemarksIn most cases it's preferable to use Cef.GetMimeType(extension); instead. See https://github.com/cefsharp/CefSharp/issues/3041 for details.
 See Also
See Also