ResourceHandlerFromString Method (String, Encoding, Boolean, String) | 
Version 93.1.111 
            Gets a 
ResourceHandler that represents a string.
            Without a Preamble, Cef will use BrowserSettings.DefaultEncoding to load the html.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic static IResourceHandler FromString(
	string text,
	Encoding encoding = null,
	bool includePreamble = true,
	string mimeType = "text/html"
)
public:
static IResourceHandler^ FromString(
	String^ text, 
	Encoding^ encoding = nullptr, 
	bool includePreamble = true, 
	String^ mimeType = L"text/html"
)
Parameters
- text
 - Type: SystemString
The html string - encoding (Optional)
 - Type: System.TextEncoding
Character Encoding - includePreamble (Optional)
 - Type: SystemBoolean
Include encoding preamble - mimeType (Optional)
 - Type: SystemString
Mime Type 
Return Value
Type: 
IResourceHandlerResourceHandler
See Also