ResourceHandlerFromString Method (String, String) | 
Version 106.0.290 Note: This API is now obsolete.
            Gets the resource from the string.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax[ObsoleteAttribute("Use ResourceHandler.FromString(resource, mimeType: Cef.GetMimeType(fileExtension)); instead, this method will be removed")]
public static IResourceHandler FromString(
	string text,
	string fileExtension
)public:
[ObsoleteAttribute(L"Use ResourceHandler.FromString(resource, mimeType: Cef.GetMimeType(fileExtension)); instead, this method will be removed")]
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