Version 109.1.110
Returns the mime type for the specified file extension or an empty string if unknown.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 109.1.110.0
Syntax public static string GetMimeType(
string extension
)
public:
static String^ GetMimeType(
String^ extension
)
Parameters
- extension
- Type: SystemString
file extension
Return Value
Type:
StringReturns the mime type for the specified file extension or an empty string if unknown.
See Also