ResourceHandlerGetMimeType Method |
Version 88.2.90 Note: This API is now obsolete.
Gets the MIME type of the content.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.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