| HtmlStringFromFile Method  | 
Version 86.0.240  
    Namespace: 
   CefSharp.Web
    Assembly:
   CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
 Syntax
Syntaxpublic static HtmlString FromFile(
	string fileName
)
public:
static HtmlString^ FromFile(
	String^ fileName
)
Parameters
- fileName
- Type: SystemString
 file name
Return Value
Type: 
HtmlStringHtmlString
 See Also
See Also