ResourceHandlerFromString Method (String, String) |
Version 57.0.0
Gets the resource from the string.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax public static ResourceHandler FromString(
string text,
string fileExtension
)
public:
static ResourceHandler^ FromString(
String^ text,
String^ fileExtension
)
Parameters
- text
- Type: SystemString
The text. - fileExtension
- Type: SystemString
The file extension.
Return Value
Type:
ResourceHandlerResourceHandler.
See Also