Click or drag to resize

CefRuntimeGetMimeType Method

Returns the mime type for the specified file extension or an empty string if unknown.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static string GetMimeType(
	string extension
)

Parameters

extension  String
 

Return Value

String
See Also