Click or drag to resize
ResourceHandlerFromString Method (String, String)
Version 51.0.0
Gets the resource from the string.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public static ResourceHandler FromString(
	string text,
	string fileExtension
)

Parameters

text
Type: SystemString
The text.
fileExtension
Type: SystemString
The file extension.

Return Value

Type: ResourceHandler
ResourceHandler.
See Also