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