ResourceHandlerFromString Method (String, String) |
Version 79.1.350
Gets the resource from the string.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax public static IResourceHandler FromString(
string text,
string fileExtension
)
public:
static IResourceHandler^ FromString(
String^ text,
String^ fileExtension
)
Parameters
- text
- Type: SystemString
The text. - fileExtension
- Type: SystemString
The file extension.
Return Value
Type:
IResourceHandlerResourceHandler.
See Also