ResourceHandlerGetMimeType Method |
Version 79.1.350
Gets the MIME type of the content.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)
Syntaxpublic static string GetMimeType(
string extension
)
public:
static String^ GetMimeType(
String^ extension
)
Parameters
- extension
- Type: SystemString
The extension.
Return Value
Type:
StringSystem.String.
ExceptionsException | Condition |
---|
ArgumentNullException | extension |
See Also