Click or drag to resize
ResourceHandlerFromFileName Method
Version 51.0.0
Gets the resource from the file.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public static ResourceHandler FromFileName(
	string fileName,
	string fileExtension = null
)

Parameters

fileName
Type: SystemString
Location of the file.
fileExtension (Optional)
Type: SystemString
The file extension.

Return Value

Type: ResourceHandler
ResourceHandler.
See Also