ResourceHandlerGetMimeType Method |
Version 86.0.240 Note: This API is now obsolete.
Gets the MIME type of the content.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax [ObsoleteAttribute("This method is deprecated and will be removed use Cef.GetMimeType(extension); instead. See https://github.com/cefsharp/CefSharp/issues/3041 for details.")]
public static string GetMimeType(
string extension
)
public:
[ObsoleteAttribute(L"This method is deprecated and will be removed use Cef.GetMimeType(extension); instead. See https://github.com/cefsharp/CefSharp/issues/3041 for details.")]
static String^ GetMimeType(
String^ extension
)
Parameters
- extension
- Type: SystemString
The extension.
Return Value
Type:
StringSystem.String.
Exceptions See Also