We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e0415 commit aa8e8b3Copy full SHA for aa8e8b3
CefSharp/Web/HtmlString.cs
@@ -30,6 +30,7 @@ public HtmlString(string html, bool base64Encode = false, string charSet = null)
30
{
31
this.base64Encode = base64Encode;
32
this.html = html;
33
+ this.charSet = charSet;
34
}
35
36
/// <summary>
0 commit comments