Click or drag to resize

ResourceHandlerGetMimeType Method

Version 71.0.0
Gets the MIME type of the content.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 71.0.0.0 (71.0.0.0)
Syntax
public static string GetMimeType(
	string extension
)

Parameters

extension
Type: SystemString
The extension.

Return Value

Type: String
System.String.
Exceptions
ExceptionCondition
ArgumentNullExceptionextension
See Also