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