Click or drag to resize

HtmlStringFromFile Method

Version 130.1.90
Creates a HtmlString for the given file name Uses ReadAllText(String, Encoding) to read the text using UTF8 encoding.

Namespace: CefSharp.Web
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static HtmlString FromFile(
	string fileName
)

Parameters

fileName  String
file name

Return Value

HtmlString
HtmlString
See Also