Click or drag to resize
ResourceHandlerGetMimeType Method
Version 51.0.0
Gets the MIME type of the content.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.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