ResourceHandlerGetMimeType Method |
Version 73.1.130
Gets the MIME type of the content.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.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