Click or drag to resize

FolderSchemeHandlerFactoryGetMimeTypeDelegate Field

Version 86.0.240
GetMimeType(String) is being deprecated in favour of using Chromiums native mimeType lookup which is accessible using Cef.GetMimeType, this method is however not directly avaliable as it exists in CefSharp.Core, to get around this we set this static delegate with a reference to Cef.GetMimeType when Cef.Initialize is called.

Namespace:  CefSharp.SchemeHandler
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public static Func<string, string> GetMimeTypeDelegate

Field Value

Type: FuncString, String
See Also