ResourceHandlerGetMimeType Method |
Version 75.1.140
Gets the MIME type of the content.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax public static string GetMimeType(
string extension
)
public:
static String^ GetMimeType(
String^ extension
)
Parameters
- extension
- Type: SystemString
The extension.
Return Value
Type:
StringSystem.String.
Exceptions See Also